{
  "manifest_version": 3,
  "short_name": "Hub",
  "name": "PrintedDirect Hub",
  "icons": [
    {
      "src": "/manifest/images/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/manifest/images/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/manifest/images/icon-192-maskable.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/manifest/images/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "id": "/",
  "start_url": "/?utm_source=pwa_homescreen&__pwa=1",
  "background_color": "#222222",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#222222",
  "description": "The control centre for your print ordering and production",
  "prompt_message": "Add a home screen icon for easy access to Hub",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "PrintedDirect",
      "search_url": "https://hub.printeddirect.com/?search={searchTerms}",
      "keyword": "printeddirect",
      "favicon_url": "https://hub.printeddirect.com/favicon.ico"
    }
  }
}
