{
  "name": "PixelCraft — Image Editor",
  "short_name": "PixelCraft",
  "description": "A professional browser-based image editor. No installs, no accounts.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f0f14",
  "theme_color": "#7c3aed",
  "categories": ["photo", "productivity", "utilities"],
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Open Editor",
      "short_name": "Editor",
      "description": "Open the image editor",
      "url": "/"
    }
  ]
}
