{
  "name": "Produc.ing",
  "short_name": "Produc.ing",
  "description": "Music production tool suite and information store.",
  "icons": [
    {
      "src": "storage/favicon.ico",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/?source=pwa",
  "display": "standalone",
  "theme_color": "#18181b",
  "background_color": "#18181b",
  "orientation": "any",
  "categories": ["music", "productivity", "entertainment"],
  "screenshots": [
    {
      "src": "/screenshots/app-screenshot-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Main interface of Produc Music Studio"
    },
    {
      "src": "/screenshots/app-screenshot-2.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Piano roll editor interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Midi Generator",
      "short_name": "Starts",
      "description": "Get started with midi generation",
      "url": "/start",
      "icons": [{ "src": "storage/favicon.ico", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}