{
  "id": "/?source=pwa",
  "name": "Slay the Scales",
  "short_name": "Scales",
  "description": "A free chronicle-style fantasy RPG. Sit with the chronicler Pell, build a traveler in seven small questions, walk the long road. Patient, literary, single-player. No account.",
  "start_url": "/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "theme_color": "#1a1208",
  "background_color": "#0a0603",
  "icons": [
    {
      "src": "/icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/ui/title-hero.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "form_factor": "wide",
      "label": "Slay the Scales — title screen"
    },
    {
      "src": "/assets/ui/title-hero.png",
      "type": "image/png",
      "sizes": "1024x1024",
      "form_factor": "narrow",
      "label": "Slay the Scales — title screen (mobile)"
    }
  ],
  "shortcuts": [
    {
      "name": "Reading Table",
      "short_name": "Reading Table",
      "description": "Your daily chronicle view",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Pell's Guide",
      "short_name": "Guide",
      "description": "The chronicler's guide",
      "url": "/guide",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Bestiary",
      "short_name": "Dragons",
      "description": "The fifteen dragons",
      "url": "/bestiary",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "books",
    "entertainment",
    "games",
    "lifestyle"
  ],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false
}