{
  "name": "Pastevio",
  "short_name": "Pastevio",
  "description": "Save fast. Organize deeply. Share when ready.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#6366f1",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "New Paste",
      "url": "/create",
      "description": "Create a new paste"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to your dashboard"
    }
  ]
}
