{
  "name": "Cutflux — beat-sync video editor",
  "short_name": "Cutflux",
  "description": "Turn one clip plus a song into beat-synced edits. Free in your browser.",
  "id": "/home.html",
  "start_url": "/home.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#04060c",
  "background_color": "#04060c",
  "lang": "en-US",
  "categories": ["video", "productivity", "multimedia"],
  "icons": [
    { "src": "/favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "/favicon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Beat timeline",
      "short_name": "Editor",
      "description": "Open the beat-sync editor",
      "url": "/beat-timeline.html?src=pwa",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48" }]
    },
    {
      "name": "Clip long video",
      "short_name": "Clipper",
      "description": "Find the best short clips",
      "url": "/clipper.html?src=pwa",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48" }]
    },
    {
      "name": "Showcase",
      "short_name": "Demos",
      "description": "See beat-sync in action",
      "url": "/showcase.html?src=pwa",
      "icons": [{ "src": "/favicon-48.png", "sizes": "48x48" }]
    }
  ]
}
