{
  "name": "Readroom",
  "short_name": "Readroom",
  "description": "Save and read articles later",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "news"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add Entry",
      "short_name": "Add",
      "url": "/add",
      "icons": []
    },
    {
      "name": "Unread",
      "url": "/unread",
      "icons": []
    },
    {
      "name": "Starred",
      "url": "/starred",
      "icons": []
    }
  ]
}
