{
  "name": "Fable",
  "short_name": "Fable",
  "description": "A social media platform for sharing photos and videos offline",
  "start_url": "/static/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/images/fable_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/fable_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["social", "photo", "entertainment"],
  "shortcuts": [
    {
      "name": "Feed",
      "short_name": "Feed",
      "description": "View your feed",
      "url": "/static/index.html",
      "icons": []
    },
    {
      "name": "Upload",
      "short_name": "Upload",
      "description": "Upload a new post",
      "url": "/static/index.html#upload",
      "icons": []
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "View your messages",
      "url": "/static/index.html#messages",
      "icons": []
    }
  ]
}
