// manifest.webmanifest
// ## revist for the latest best practice for 2025/26
{
  "id": "",

  "name": "GrB",
  "short_name": "",
  "description": "",

  "start_url": "",
  "scope": "",
  "display": "",

  "orientation": "",

  "background_color": "",
  "theme_color": "",

  "lang": "en-GB",
  "dir": "",

  "icons": [
    { "src": "./img/manifest/icon-192.webp",  "sizes": "192x192", "type": "image/webp"},
    { "src": "./img/manifest/icon-512.webp",  "sizes": "512x512", "type": "image/webp"},
    { "src": "./img/manifest/icon-mask.webp", "sizes": "512x512", "type": "image/webp", "purpose": "maskable" }
  ],
  "screenshots": [
  ],
  "shortcuts": [
  ]
}
