{
  "theme_color": "#FFCB05",
  "background_color": "#F7F7F5",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "name": "AI Mobile - Your AI-Powered Mobile App",
  "short_name": "AI Mobile",
  "description": "AI-powered mobile application with games, rewards, and smart notifications",
  "orientation": "portrait-primary",
  "categories": [
    "games",
    "entertainment",
    "productivity"
  ],
  "lang": "en",
  "dir": "ltr",
  "version": "0.1.0",
  "version_name": "0.1.0",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Games",
      "short_name": "Games",
      "description": "Access your favorite games",
      "url": "/gaming",
      "icons": [
        {
          "src": "/ai-mobile-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Rewards",
      "short_name": "Rewards",
      "description": "Check your rewards and prizes",
      "url": "/rewards",
      "icons": [
        {
          "src": "/ai-mobile-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Notifications",
      "short_name": "Notifications",
      "description": "Manage notification settings",
      "url": "/notifications",
      "icons": [
        {
          "src": "/ai-mobile-logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "permissions": [
    "notifications"
  ],
  "related_applications": [],
  "prefer_related_applications": false
}