{
  "name": "AdClimber - AI-Powered Craigslist Posting",
  "short_name": "AdClimber",
  "description": "Automate your Craigslist ad posting with AI-powered optimization and multi-location management",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6366f1",
  "background_color": "#0f172a",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/onboarding-1.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Create and optimize your ads"
    },
    {
      "src": "/onboarding-2.png", 
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Post to multiple locations"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Ad",
      "short_name": "Create",
      "description": "Create a new ad",
      "url": "/create-ad",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard", 
      "description": "View your ads",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  }
}