{
  "name": "WhistleTabs",
  "short_name": "Tabs",
  "description": "Create, save, and play Irish whistle tabs anywhere.",
  "id": "app.whistletabs",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdf6e3",
  "theme_color": "#24a629",
  "scope": "/",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.jpg",
      "sizes": "1080x2408",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/player.jpg",
      "sizes": "1080x2408",
      "type": "image/jpeg",
      "form_factor": "narrow"
    }
  ]
}
