{
  "name": "Snip — URL Shortener",
  "short_name": "Snip",
  "description": "Free URL shortener: turn long links into clean, shareable short links with custom aliases, expiry, QR codes and click analytics.",
  "id": "/",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "business"],
  "background_color": "#0e1016",
  "theme_color": "#5b5bf0",
  "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" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "My Links",
      "short_name": "Links",
      "description": "Manage your short links and view analytics",
      "url": "/links"
    }
  ]
}
