{
  "name": "Once Human — Tactical Suite",
  "short_name": "OHTS",
  "description": "Build optimizer, inventory manager and game database for Once Human",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#090b0e",
  "theme_color": "#090b0e",
  "categories": ["games", "utilities"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Optimizer",
      "url": "/#tab-optimizer",
      "description": "Jump to the build optimizer"
    },
    {
      "name": "Inventory",
      "url": "/#tab-inventory",
      "description": "Manage your gear inventory"
    },
    {
      "name": "Database",
      "url": "/#tab-database",
      "description": "Browse the item database"
    }
  ]
}