{
  "name": "ForgeAI - AI-Powered Marketing Automation",
  "short_name": "ForgeAI",
  "description": "Enterprise-grade hybrid AI marketing automation platform",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "categories": ["business", "productivity"],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Campaign",
      "short_name": "Campaign",
      "description": "Create a new marketing campaign",
      "url": "/campaign-wizard",
      "icons": [
        {
          "src": "/shortcuts/campaign.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Analytics",
      "short_name": "Analytics",
      "description": "View campaign analytics and metrics",
      "url": "/analytics",
      "icons": [
        {
          "src": "/shortcuts/analytics.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Generate Content",
      "short_name": "Content",
      "description": "Generate AI-powered content",
      "url": "/content-generator",
      "icons": [
        {
          "src": "/shortcuts/content.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+forgeai",
      "url": "/protocol?url=%s"
    }
  ]
}
