{
  "name": "Pulse — News Aggregator",
  "short_name": "Pulse",
  "description": "Your daily dose of world news, curated from 80+ sources.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["news", "magazines"],
  "lang": "en",
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  },
  "shortcuts": [
    { "name": "Good news", "url": "/?good=1",  "description": "Show only uplifting stories" },
    { "name": "Français",  "url": "/?lang=FR", "description": "French-language sources" },
    { "name": "English",   "url": "/?lang=EN", "description": "English-language sources" }
  ]
}

