{
  "name": "OFF PET — Your pet lives when you don't",
  "short_name": "OFF PET",
  "description": "A warm digital companion that rewards time away from your phone.",
  "id": "/?source=pwa",
  "start_url": "/home?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F7F8FA",
  "theme_color": "#F7F8FA",
  "lang": "en",
  "dir": "ltr",
  "categories": ["lifestyle", "health", "productivity"],
  "prefer_related_applications": false,
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Start a focus session",
      "short_name": "Focus",
      "description": "Begin a new off-phone session with your pet",
      "url": "/focus?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Open home",
      "short_name": "Home",
      "description": "See your pet",
      "url": "/home?source=shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
