{
  "name": "Loomy U-Tube Cropper",
  "short_name": "Loomy Cropper",
  "description": "Extract and trim YouTube audio with studio-quality cleanup",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#000000",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["music", "productivity", "utilities"],
  "icons": [
    { "src": "/static/icon-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/static/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/static/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Paste YouTube URL",
      "short_name": "New",
      "description": "Open the app to extract a new YouTube audio",
      "url": "/?action=new",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/social-preview-1200x630.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Loomy U-Tube Cropper dashboard"
    }
  ]
}
