{
  "name": "SnapForge — Photo, PDF & Image Tools",
  "short_name": "SnapForge",
  "description": "Make passport photos, convert and edit PDFs, and upscale images — free, private, and entirely on your device.",
  "id": "/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#ece9e4",
  "theme_color": "#ece9e4",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities", "photo"],
  "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-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "SnapGrab", "short_name": "SnapGrab", "url": "./index.html?tool=grab", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Passport Photo", "short_name": "Passport", "url": "./index.html?tool=passport", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "PDF Studio", "short_name": "PDF", "url": "./index.html?tool=pdf", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] },
    { "name": "Image Upscaler", "short_name": "Upscale", "url": "./index.html?tool=upscale", "icons": [{ "src": "icon-192.png", "sizes": "192x192" }] }
  ]
}
