{
  "id": "/",
  "name": "ProperPrompt",
  "short_name": "ProperPrompt",
  "description": "Paste a messy prompt, get a structured rewrite tailored to Claude, ChatGPT, Gemini or Grok.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "lang": "en-GB",
  "dir": "auto",
  "categories": ["productivity", "utilities"],
  "background_color": "#07080f",
  "theme_color": "#07080f",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Polish a prompt", "url": "/#demo" },
    { "name": "Pricing", "url": "/#pricing" }
  ]
}
