{
  "name": "The Prestige Times",
  "short_name": "The Prestige Times",
  "description": "Where Stories Shape Tomorrow",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": { "preferred_width": 400 },
  "orientation": "any",
  "id": "/",
  "dir": "ltr",
  "background_color": "#0a0a12",
  "theme_color": "#d4af37",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/maskable_icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable_icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["news", "education"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope_extensions": [],
  "shortcuts": [
    {
      "name": "Latest Articles",
      "short_name": "Latest",
      "description": "View the latest articles",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Saved Articles",
      "short_name": "Saved",
      "description": "View your saved articles",
      "url": "/saved",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Write a Story",
      "short_name": "Write",
      "description": "Write and publish a story",
      "url": "/write",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "file_handlers": [],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+prestige",
      "url": "/article/%s"
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "widgets": [],
  "lang": "en-US"
}
