{
  "name": "PitchForge v2 — AI Cold Email Generator",
  "short_name": "PitchForge v2",
  "description": "Generate hyper-personalized cold emails using Groq and Gemini 2.5 AI.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080b14",
  "theme_color": "#080b14",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Cold Intro Email",
      "url": "/?tpl=cold-intro",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Subject Lines",
      "url": "/?tpl=subject",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
