{
  "name": "PromptAmp \u2014 Amplify your prompts",
  "short_name": "PromptAmp",
  "description": "Turn rough notes into prompts that work in ChatGPT, Claude, Grok, Gemini and DeepSeek.",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#2563EB",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Prompt Library",
      "url": "/library"
    }
  ]
}