{
  "id": "/",
  "name": "Team Tracker",
  "short_name": "Team Tracker",
  "description": "Password-encrypted, single-file team tracker — people, notes, action items, milestones, risks. No server, no account.",
  "lang": "en-US",
  "version": "2.0.3",
  "display": "standalone",
  "start_url": "./",
  "scope": "./",
  "background_color": "#1c1a14",
  "theme_color": "#3b5a6b",
  "launch_handler": { "client_mode": "focus-existing" },
  "related_applications": [
    { "platform": "webapp", "url": "./manifest.json", "id": "https://fmpallini.github.io/" }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": { "application/vnd.teamtracker.tmv": [".tmv"] }
    }
  ],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
