{
  "learningNotes": "manifest.json is a Web App Manifest — it tells browsers how to install this web app on a phone's home screen (PWA). It defines the app name, icon, startup URL, display mode, and colors.",
  "name": "TomeVault",
  "short_name": "TomeVault",
  "description": "A multiplayer TTRPG companion app for handouts, inventory, and ambience.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1f1a16",
  "background_color": "#1f1a16",
  "icons": [
    {
      "src": "references/tomeVaultIcon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "references/tomeVaultIcon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["games", "entertainment"],
  "lang": "en"
}
