{
  "name": "StyleSeekr",
  "short_name": "StyleSeekr",
  "description": "Your creative world, curated by you.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#ea580c",
  "background_color": "#ffffff",
  "categories": ["lifestyle", "social", "shopping"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Discover", "url": "/discover" },
    { "name": "Inbox", "url": "/inbox" },
    { "name": "My Profile", "url": "/profile" }
  ]
}
