{
  "name": "Tukibatti — Your Personal Digital Tuki Batti",
  "short_name": "Tukibatti",
  "description": "A browser-local playground of screens, timers, ambient experiences, simulations, testing tools and utilities. No login, no server, no tracking.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0c0f",
  "theme_color": "#0b0c0f",
  "categories": ["utilities", "productivity", "entertainment"],
  "lang": "en",
  "icons": [
    { "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/icons/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "assets/icons/maskable.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Pure White Screen", "url": "./#white" },
    { "name": "Minimal Clock", "url": "./#clock" },
    { "name": "Ambient Sound Mixer", "url": "./#ambient" },
    { "name": "Pomodoro Timer", "url": "./#pomodoro" }
  ]
}
