{
  "name": "BloomRecordz - Global Music Distribution",
  "short_name": "BloomRecordz",
  "id": "com.bloomrecordz.pwa",
  "description": "Distribute your music to 200+ streaming platforms worldwide. Earn 105% royalties with real-time analytics and one-click withdrawals.",
  "start_url": "/",
  "scope": "/",
  "scope_extensions": [
    {
      "origin": "https://bloomrecordz.com"
    }
  ],
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#007bff",
  "background_color": "#ffffff",
  "dir": "ltr",
  "lang": "en-US",
  "categories": ["music", "entertainment", "productivity", "business"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.bloomrecordz.mobile",
      "id": "com.bloomrecordz.mobile"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/bloomrecordz/id123456789",
      "id": "123456789"
    }
  ],
  "icons": [
    {
      "src": "/static/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/maskable-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/maskable-icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home dashboard with earnings and quick actions"
    },
    {
      "src": "/static/screenshots/mobile-upload.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Upload music with drag and drop interface"
    },
    {
      "src": "/static/screenshots/mobile-royalties.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track earnings and withdraw funds instantly"
    },
    {
      "src": "/static/screenshots/mobile-analytics.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Real-time analytics and performance metrics"
    },
    {
      "src": "/static/screenshots/desktop-dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Full desktop dashboard experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Music",
      "short_name": "Upload",
      "description": "Quickly upload new music tracks",
      "url": "/upload",
      "icons": [
        {
          "src": "/static/icons/upload-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Earnings",
      "short_name": "Earnings",
      "description": "Check your royalty earnings",
      "url": "/royalties/dashboard",
      "icons": [
        {
          "src": "/static/icons/earnings-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Analytics",
      "short_name": "Stats",
      "description": "View performance analytics",
      "url": "/analytics",
      "icons": [
        {
          "src": "/static/icons/analytics-shortcut.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "protocol_handlers": [
    {
      "protocol": "web+bloomrecordz",
      "url": "/share?track=%s"
    }
  ]
}