{
  "name": "iStrum – Chord & Lyrics Editor",
  "short_name": "iStrum",
  "description": "A beautiful offline-capable app for writing guitar chords above lyrics.",
  "start_url": "./index.php",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d0118",
  "theme_color": "#7c3aed",
  "categories": ["music", "productivity", "utilities"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Song",
      "short_name": "New",
      "description": "Start a new chord sheet",
      "url": "./index.php",
      "icons": [{ "src": "icons/icon.svg", "sizes": "any" }]
    }
  ]
}
