{
  "_comment": "Web App Manifest for the Books People Places PWA. Read by iOS Safari, Chrome, Firefox etc. to decide how to render the site when installed to a home screen. Keep this file at the repo root — moving it means updating the <link rel='manifest'> href in header.php too.",

  "name": "Books People Places",
  "short_name": "BPP",
  "description": "Independent publisher — books on the urban and the rural. Shop, editorial, and news.",

  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#ffffff",
  "theme_color": "#EC008C",

  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "/assets/images/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/images/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "url": "/shop?source=pwa-shortcut",
      "description": "Browse the current catalogue"
    },
    {
      "name": "What's on our desk",
      "short_name": "Wood",
      "url": "/wood?source=pwa-shortcut",
      "description": "Editorial reading"
    }
  ]
}
