{
  "name": "The Hogwarts Chronicle",
  "short_name": "Chronicle",
  "description": "Tales, essays, histories, and spellbound legends unsealed from the Forbidden Vaults.",
  "start_url": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0f0b08",
  "background_color": "#0f0b08",
  "scope": "./",
  "icons": [
    {
      "src": "assets/pwa_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/pwa_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/pwa_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "education",
    "entertainment",
    "games"
  ],
  "shortcuts": [
    {
      "name": "Hogwarts Registry",
      "short_name": "Registry",
      "url": "./#archive",
      "description": "View unsealed wizard biographies and common room ledgers"
    },
    {
      "name": "Hogwarts Lore Library",
      "short_name": "Lore",
      "url": "./#about",
      "description": "Read all 20 dynamic wizarding scrolls and sit for O.W.L. exams"
    }
  ]
}
