{
  "id": "./",
  "name": "Note Studio",
  "short_name": "Note Studio",
  "description": "Learn to read music notes on the treble and bass clef.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "any",
  "background_color": "#f2e8d5",
  "theme_color": "#f2e8d5",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "music"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Practice",    "url": "./?mode=practice", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Time Attack", "url": "./?mode=attack",   "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Daily",       "url": "./?mode=daily",    "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ]
}
