{
  "name": "TheyPromised",
  "short_name": "TheyPromised",
  "description": "UK complaint tracking tool — log every interaction and build your case",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#1e3a5f",
  "background_color": "#ffffff",
  "categories": ["productivity", "utilities", "business"],
  "lang": "en-GB",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "New Case",
      "url": "/cases/new",
      "description": "Start a new complaint case"
    },
    {
      "name": "My Cases",
      "url": "/cases",
      "description": "View all your cases"
    }
  ]
}
