{
  "name": "FeedMe",
  "short_name": "FeedMe",
  "description": "Your personal RSS feed reader",
  "categories": ["news", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/feeds/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Add Feed",
      "url": "/feeds/new",
      "icons": [{ "src": "/icon-add.png", "sizes": "96x96" }]
    },
    {
      "name": "Mark All Read",
      "url": "/articles/mark_all_read",
      "icons": [{ "src": "/icon-check.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/feed-list.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#c2410c",
  "background_color": "#fafaf8"
}
