{
  "name": "Adarascreens Web App",
  "short_name": "Adarascreens",
  "description": "Control, schedule, and manage content across multiple screens in real-time with Adarascreens. Built for retail, hospitality, and enterprise digital signage deployments.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "categories": ["productivity", "business"],
  
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Media Approval",
      "short_name": "Approval",
      "description": "Quick access to media approval queue",
      "url": "/admin/media-approval",
      "icons": [
        {
          "src": "/icons/shortcut-approval.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Campaign Manager",
      "short_name": "Campaigns",
      "description": "Manage campaigns and scheduling",
      "url": "/campaigns",
      "icons": [
        {
          "src": "/icons/shortcut-campaigns.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "prefer_related_applications": false
}
