{
  "name": "Topline",
  "short_name": "Topline",
  "id": "/",
  "scope": "/",
  "description": "Recordings, lyrics, songs, and audio tools.",
  "start_url": "/new",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f3f3f1",
  "theme_color": "#f3f3f1",
  "categories": ["music", "productivity"],
  "shortcuts": [
    { "name": "New idea", "url": "/new" },
    { "name": "Library", "url": "/library" },
    { "name": "Explore", "url": "/explore" }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
