{
  "name": "Royal Irish Coin",
  "short_name": "RIC",
  "description": "A Celtic blockchain simulator: wallet, block explorer, Irish peer network, Knights of Temple Bar and the Humanitarian Fund.",
  "start_url": "/wallet",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#04331f",
  "theme_color": "#04331f",
  "categories": ["education", "finance", "utilities"],
  "icons": [
    {
      "src": "/ric-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ric-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ric-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/pwa-screenshots/wallet-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "RIC wallet on a phone"
    },
    {
      "src": "/pwa-screenshots/explorer-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "RIC block explorer on a phone"
    },
    {
      "src": "/pwa-screenshots/wallet-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "RIC wallet on desktop"
    }
  ],
  "shortcuts": [
    { "name": "Wallet", "url": "/wallet", "icons": [{ "src": "/ric-icon-192.png", "sizes": "192x192" }] },
    { "name": "Explorer", "url": "/explorer", "icons": [{ "src": "/ric-icon-192.png", "sizes": "192x192" }] },
    { "name": "Knights of Temple Bar", "url": "/knights", "icons": [{ "src": "/ric-icon-192.png", "sizes": "192x192" }] }
  ]
}
