{
  "id": "/",
  "name": "Bitcoin Foundations — Be-Right with Rick",
  "short_name": "Bitcoin Foundations",
  "description": "Clear, rigorous Bitcoin education from Be-Right with Rick.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "lang": "en-US",
  "background_color": "#0d1b2a",
  "theme_color": "#0d1b2a",
  "categories": ["education", "finance"],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Start the free module",
      "short_name": "Free module",
      "url": "/modules/module-1.html?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.png?v=3", "sizes": "192x192" }]
    },
    {
      "name": "View the curriculum",
      "short_name": "Curriculum",
      "url": "/#curriculum",
      "icons": [{ "src": "/icons/icon-192.png?v=3", "sizes": "192x192" }]
    }
  ]
}
