{
  "name": "Zuops — AI Marketing Platform",
  "short_name": "Zuops",
  "description": "Create, analyze, and scale high-converting ads with AI.",
  "start_url": "/launch?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#0C0C0E",
  "shortcuts": [
    { "name": "Create Ad", "short_name": "Create", "url": "/dashboard?tab=ad-generator&source=pwa-shortcut" },
    { "name": "Ad Library", "short_name": "Library", "url": "/dashboard?tab=ad-library&source=pwa-shortcut" },
    { "name": "Inbox", "short_name": "Inbox", "url": "/notifications?source=pwa-shortcut" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "files", "accept": ["image/*"] }]
    }
  },
  "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" }
  ]
}