{
  "name": "The Organized Chapter",
  "short_name": "Organized Chapter",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#55afa7",
  "background_color": "#f7f3eb",
  "display": "standalone",
  "scope": "/",
  "start_url": "/?source=pwa",
  "orientation": "any",
  "categories": ["books", "lifestyle", "productivity"],
  "shortcuts": [
    { "name": "Start reading timer", "short_name": "Start timer", "url": "/?action=timer", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Open my library", "short_name": "My library", "url": "/library", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Reading plan", "short_name": "Reading plan", "url": "/reading-plan", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
