{
  "name": "Native World News",
  "short_name": "Native News",
  "description": "Read the latest news, personalized for you.",
  "lang": "en-US",
  "version": "3.0.0",
  "last_updated": "2026-01-09",
  "dir": "ltr",
  "start_url": "/?utm_source=homescreen",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#1a73e8",
  "background_color": "#ffffff",
  "categories": ["news", "media"],
  "screenshots": [
    {
      "src": "/static/images/screenshots/home-1.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest",
      "short_name": "Latest",
      "description": "Open latest headlines",
      "url": "/?view=latest",
      "icons": [{ "src": "/static/images/icons/shortcut-latest.png", "sizes": "96x96" }]
    },
    {
      "name": "Bookmarks",
      "short_name": "Saved",
      "description": "Open saved articles",
      "url": "/bookmarks",
      "icons": [{ "src": "/static/images/icons/shortcut-saved.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [ { "name": "files", "accept": ["image/*"] } ]
    }
  },
  "related_applications": [],
  "prefer_related_applications": false
}
