{
  "name": "reading.pet",
  "short_name": "reading.pet",
  "description": "Bookmark articles to read later and feed them to a little creature that grows as you read.",
  "lang": "en",
  "dir": "ltr",
  "id": "readingpet/v1",
  "categories": ["books", "news", "productivity", "utilities"],
  "start_url": "/feed?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "orientation": "portrait",
  "background_color": "#fff7ee",
  "theme_color": "#ffd967",
  "icons": [
    {
      "src": "/favicons/android-chrome-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicons/android-chrome-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicons/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/add-url",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Add URL",
      "short_name": "Add",
      "description": "Save a new article",
      "url": "/add-url?source=shortcut",
      "icons": [
        { "src": "/favicons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Favourites",
      "short_name": "Favs",
      "description": "Open favourite articles",
      "url": "/feed/favs?source=shortcut",
      "icons": [
        { "src": "/favicons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Stats",
      "short_name": "Stats",
      "description": "Reading stats dashboard",
      "url": "/stats?source=shortcut",
      "icons": [
        { "src": "/favicons/android-chrome-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
