{
  "name": "TriviaWorks Capture",
  "short_name": "TW Capture",
  "description": "Car-friendly capture tool for sourcing trivia questions from show audio. Listen, tap to bookmark, voice/text memo - synced to the TriviaWorks author dashboard.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#050B17",
  "theme_color": "#050B17",
  "categories": ["productivity", "music"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
