{
  "id": "/app",
  "name": "Prerenew",
  "short_name": "Prerenew",
  "description": "Catches every subscription renewal before it charges you, holds it, and asks one calm question: keep, pause, or cancel.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "shortcuts": [
    { "name": "Add a subscription", "short_name": "Add", "url": "/app?add=1" },
    { "name": "Decisions", "short_name": "Decide", "url": "/app" }
  ],
  "background_color": "#f8fafc",
  "theme_color": "#f8fafc",
  "lang": "en",
  "categories": [
    "finance",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
