{
  "id": "/",
  "manifest_version": "1.0",
  "version": "1.0",
  "author": "Michael D OLeary Jr",
  "description": "The ultimate reference site for guitar charts and tablature. Over 1600 scales with their diatonic chords, plus a full MusicXML tab analyzer and editor in any tuning.",
  "default_locale": "en",
  "homepage_url": "https://fullfretboard.com/",
  "short_name": "Fullfretboard",
  "name": "Fullfretboard.com",
  "icons": [
    {
      "src": "logo48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "logo96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "logo180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "logo512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "display": "browser",
  "orientation": "any",
  "categories": [
    "music",
    "education",
    "utilities"
  ],
  "theme_color": "#DE3321",
  "background_color": "#e2e2e2",
  "theme": {
    "images": {
      "theme_frame": "new-logo.png"
    }
  }
}