{
  "name": "PixelPilot Dashboard",
  "short_name": "PixelPilot",
  "description": "Modern photo gallery management system for events",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["productivity", "photo", "business"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192'><rect width='192' height='192' fill='%236366f1'/><circle cx='96' cy='96' r='60' fill='%23ffffff'/><circle cx='96' cy='96' r='40' fill='%236366f1'/><circle cx='96' cy='96' r='20' fill='%23ffffff'/><text x='96' y='170' text-anchor='middle' fill='%23ffffff' font-family='Arial,sans-serif' font-size='14'>PixelPilot</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512'><rect width='512' height='512' fill='%236366f1'/><circle cx='256' cy='256' r='160' fill='%23ffffff'/><circle cx='256' cy='256' r='106' fill='%236366f1'/><circle cx='256' cy='256' r='53' fill='%23ffffff'/><text x='256' y='460' text-anchor='middle' fill='%23ffffff' font-family='Arial,sans-serif' font-size='36'>PixelPilot</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "Browse photo gallery",
      "url": "/gallery",
      "icons": [{
        "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192'><rect width='192' height='192' fill='%236366f1'/><circle cx='96' cy='96' r='60' fill='%23ffffff'/><circle cx='96' cy='96' r='40' fill='%236366f1'/><circle cx='96' cy='96' r='20' fill='%23ffffff'/><text x='96' y='170' text-anchor='middle' fill='%23ffffff' font-family='Arial,sans-serif' font-size='14'>Gallery</text></svg>",
        "sizes": "192x192",
        "type": "image/svg+xml"
      }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Configure dashboard settings",
      "url": "/settings",
      "icons": [{
        "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='192' height='192'><rect width='192' height='192' fill='%236366f1'/><circle cx='96' cy='96' r='60' fill='%23ffffff'/><circle cx='96' cy='96' r='40' fill='%236366f1'/><circle cx='96' cy='96' r='20' fill='%23ffffff'/><text x='96' y='170' text-anchor='middle' fill='%23ffffff' font-family='Arial,sans-serif' font-size='14'>Settings</text></svg>",
        "sizes": "192x192",
        "type": "image/svg+xml"
      }]
    }
  ]
}