{
  "name": "StreakPets - Your Digital Companion",
  "short_name": "StreakPets",
  "description": "Build lasting habits with your AI-powered digital pet companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#7c3aed",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "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"
    }
  ],
  "categories": ["lifestyle", "entertainment", "social"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Chat with Pet",
      "short_name": "Chat",
      "description": "Chat with your digital companion",
      "url": "/?tab=chat",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
