{
  "name": "MyQuotIQ — The Best Quote Sharing Platform",
  "short_name": "MyQuotIQ",
  "description": "Create stunning quote cards, discover inspiring words, and share your voice with the world. By Prospero Universe & Prospero Webworks.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a1a",
  "theme_color": "#7c3aed",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["social", "lifestyle", "productivity"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MyQuotIQ Feed"
    },
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MyQuotIQ on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Quote",
      "short_name": "Create",
      "description": "Create a beautiful new quote card",
      "url": "/?tab=create",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Explore Feed",
      "short_name": "Feed",
      "description": "Discover inspiring quotes from the community",
      "url": "/?tab=feed",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View your quotes and profile",
      "url": "/?tab=profile",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["standalone", "minimal-ui", "browser"]
}