{
  "name": "The Scribe's Forbidden Archive",
  "short_name": "Scribe's Archive",
  "description": "An interactive Romantasy Solo Journaling RPG. Clandestine archives, censored letters, procedural audio, and offline local journaling.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen",
    "window-controls-overlay"
  ],
  "background_color": "#231913",
  "theme_color": "#231913",
  "orientation": "any",
  "categories": [
    "games",
    "entertainment",
    "books"
  ],
  "icons": [
    {
      "src": "assets/portraits/scribe_female_1.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any"
    },
    {
      "src": "assets/portraits/scribe_female_1.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any"
    }
  ]
}