{
  "name": "Alshorty — URL Shortener",
  "short_name": "Alshorty",
  "description": "Shorten URLs, track clicks, generate QR codes. Free URL shortener with real-time analytics.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f0f4ff",
  "theme_color": "#4f46e5",
  "icons": [
    { "src": "/favicon.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/favicon.png", "sizes": "512x512", "type": "image/png" }
  ],
  "categories": ["utilities", "productivity"],
  "shortcuts": [
    { "name": "Shorten URL", "url": "/shorten", "description": "Create a new short link" },
    { "name": "Dashboard",   "url": "/dashboard", "description": "Manage your links" }
  ]
}
