{
  "name": "StoryLooker - Free Anonymous Snapchat Story Viewer",
  "short_name": "StoryLooker",
  "description": "Free anonymous Snapchat story viewer and downloader. Watch and download public stories without an account or login.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "categories": ["social", "utilities"],
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "StoryLooker Desktop"
    },
    {
      "src": "/og-image.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "StoryLooker Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Story Viewer",
      "short_name": "Stories",
      "description": "View Snapchat stories anonymously",
      "url": "/",
      "icons": [
        {
          "src": "/images/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Profile Viewer",
      "short_name": "Profiles",
      "description": "View Snapchat profiles anonymously",
      "url": "/snapchat-profile-viewer",
      "icons": [
        {
          "src": "/images/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
