{
  "name": "SlashFeed",
  "short_name": "SlashFeed",
  "description": "A self-hosted RSS feed reader",
  "start_url": "/entries",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d0d0d",
  "theme_color": "#00C853",
  "orientation": "natural",
  "lang": "en",
  "icons": [
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "All Entries",
      "short_name": "Entries",
      "url": "/entries",
      "description": "View all unread entries"
    },
    {
      "name": "Saved for Later",
      "short_name": "Saved",
      "url": "/read-later",
      "description": "View your saved entries"
    },
    {
      "name": "Search",
      "short_name": "Search",
      "url": "/search",
      "description": "Search your feed entries"
    }
  ],
  "categories": ["news", "productivity", "rss"],
  "share_target": {
    "action": "/feeds/new",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "url": "url",
      "title": "title",
      "text": "text"
    }
  }
}
