{
  "name": "Go2Reader — RSS & Article Reader",
  "short_name": "Go2Reader",
  "description": "Fast, privacy-first personal RSS & article reader with full-text readability view and offline sync.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#121417",
  "theme_color": "#121417",
  "categories": ["news", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Unread Articles",
      "short_name": "Unread",
      "description": "View unread RSS feed articles",
      "url": "/?view=unread",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Starred Articles",
      "short_name": "Starred",
      "description": "View saved starred articles",
      "url": "/?view=starred",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Feed",
      "short_name": "Add Feed",
      "description": "Subscribe to a new RSS or Atom feed",
      "url": "/?action=add-feed",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
