{
  "name": "ChordFlow \u2014 Guitar Chords & Practice",
  "short_name": "ChordFlow",
  "description": "Write chord progressions, hear them played, and learn them on the guitar neck.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "any",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "music",
    "entertainment",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Practice",
      "short_name": "Practice",
      "description": "Scales, tuner, strumming and quizzes",
      "url": "/?tab=practice",
      "icons": [
        {
          "src": "/icon-180.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Generate a progression",
      "short_name": "Generate",
      "description": "Start a new chord progression",
      "url": "/?action=generate",
      "icons": [
        {
          "src": "/icon-180.png",
          "sizes": "180x180",
          "type": "image/png"
        }
      ]
    }
  ]
}
