{
  "name": "MyBizMaster - Business Management",
  "short_name": "MyBizMaster",
  "description": "Comprehensive business management solution for modern businesses",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#001B48",
  "background_color": "#FFFFFF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "icons/icon-light.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-light.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-dark.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-dark.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View business dashboard",
      "url": "/",
      "icons": [{ "src": "icons/icon-light.png", "sizes": "192x192" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Manage products and inventory",
      "url": "/products",
      "icons": [{ "src": "icons/icon-light.png", "sizes": "192x192" }]
    },
    {
      "name": "Sales",
      "short_name": "Sales",
      "description": "View and manage sales",
      "url": "/sales",
      "icons": [{ "src": "icons/icon-light.png", "sizes": "192x192" }]
    },
    {
      "name": "Reports",
      "short_name": "Reports",
      "description": "Business reports and analytics",
      "url": "/reports",
      "icons": [{ "src": "icons/icon-light.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "screenshots": [
    {
      "src": "screenshots/mobile-dashboard.png",
      "sizes": "720x1280",
      "type": "image/png",
      "platform": "narrow",
      "label": "MyBizMaster Dashboard on Mobile"
    },
    {
      "src": "screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "MyBizMaster Dashboard on Desktop"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", ".pdf", ".csv", ".xlsx"]
        }
      ]
    }
  }
} 