{
  "name": "GroovLens — Music Screenshot Organizer",
  "short_name": "GroovLens",
  "description": "GroovLens · by Beatseek — AI-powered screenshot organizer for music lovers. Turn Spotify, Shazam, Apple Music & Instagram screenshots into an auto-organized music collection with previews, BPM/key data, and artist deep dives.",
  "start_url": "/crate",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B0F14",
  "theme_color": "#18C9B9",
  "categories": ["music", "productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan screenshots",
      "short_name": "Scan",
      "description": "Upload screenshots and auto-identify the tracks",
      "url": "/upload",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Your Collection",
      "short_name": "Collection",
      "description": "Browse all your genre crates",
      "url": "/crate",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
