{
  "name": "WrapShare - Your Spotify Wrapped, Anytime",
  "short_name": "WrapShare",
  "description": "Generate beautiful Spotify Wrapped stories weekly or monthly. Transform your listening history into stunning, shareable Instagram stories with custom themes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#1DB954",
  "dir": "ltr",
  "lang": "en-US",
  "categories": ["entertainment", "music", "social", "lifestyle"],
  "icons": [
    {
      "src": "/WrapShareIcon.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/WrapShareIcon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/WrapShareIcon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/WrapShareIcon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/WrapShareIcon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/WrapShareIcon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/WrapShare.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "WrapShare Home - Generate your Spotify Wrapped anytime"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Story",
      "short_name": "Create",
      "description": "Generate a new Spotify Wrapped story",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/WrapShareIcon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [],
  "display_override": ["standalone", "minimal-ui", "browser"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
