{
  "id": "/",
  "name": "Screenshot Beautifier",
  "short_name": "Beautifier",
  "description": "Turn plain screenshots into stunning presentation-ready images with gradients, frames, shadows and borders — right in your browser.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#FCFBFF",
  "theme_color": "#5457E5",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "photo", "utilities", "graphics"],
  "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-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload a screenshot",
      "short_name": "Upload",
      "description": "Jump straight into the editor to upload a new screenshot",
      "url": "./index.html?action=upload",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
