{
  "name": "AI Studio Web",
  "short_name": "AI Studio",
  "description": "AI-powered brand video creation and management platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a4a5a",
  "theme_color": "#0a4a5a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["multimedia", "productivity", "business"],
  "icons": [
    {
      "src": "/vite.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/vite.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/preview.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "AI Studio Web Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to dashboard overview",
      "url": "/dashboard/overview",
      "icons": [{ "src": "/vite.svg", "sizes": "96x96" }]
    },
    {
      "name": "New Project",
      "short_name": "New",
      "description": "Create a new brand project",
      "url": "/dashboard/overview",
      "icons": [{ "src": "/vite.svg", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "geolocation": {
    "enable": true,
    "description": "Location services may be used for regional content personalization"
  },
  "iarc_rating_id": "",
  "share_target": {
    "action": "/dashboard/overview",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}

