{
  "name": "Blood & Bridle",
  "short_name": "Blood & Bridle",
  "description": "A multi-year neo-Western horse ranch legacy simulator. Five years, six breeds, one brand.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d0a08",
  "theme_color": "#c9a25a",
  "categories": ["games", "entertainment", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ranch profile",
      "short_name": "Ranch",
      "description": "Set the ranch name, owner, and brand.",
      "url": "./?action=ranch-profile"
    },
    {
      "name": "Codex of the Code",
      "short_name": "Codex",
      "description": "The earned lore of the West.",
      "url": "./?action=codex"
    },
    {
      "name": "Kitchen table",
      "short_name": "Kitchen",
      "description": "Where the hands decide what matters.",
      "url": "./?action=kitchen"
    }
  ]
}