{
  "name": "Rebel Blueprint",
  "short_name": "Rebel Blueprint",
  "description": "Discover your unique personality blueprint through astrology, numerology, and more",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0a1a",
  "theme_color": "#8b5cf6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard showing your cosmic blueprint"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Your personalized astrology analysis"
    }
  ],
  "categories": ["lifestyle", "education", "entertainment"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.rebelwithacalling.blueprintapp",
      "id": "com.rebelwithacalling.blueprintapp"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your cosmic blueprint",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Compatibility",
      "short_name": "Compatibility",
      "description": "Check cosmic compatibility",
      "url": "/compatibility",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
