{
  "name": "ProjectPulse - Daily AI Project Ideas",
  "short_name": "ProjectPulse",
  "description": "Get a fresh AI-generated project idea delivered daily. Real problems. Shippable solutions. Exact tech stack.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a0a",
  "theme_color": "#3b82f6",
  "orientation": "portrait",
  "scope": "/",
  "id": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "education", "developer tools"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Latest Idea",
      "short_name": "Latest",
      "description": "View today's latest project idea",
      "url": "/dashboard?view=ideas",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "All Ideas",
      "short_name": "All",
      "description": "Browse all project ideas",
      "url": "/dashboard?view=allIdeas",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Domains",
      "short_name": "Domains",
      "description": "Explore ideas by domain",
      "url": "/dashboard?view=domains",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
