{
  "name": "IMGEDTR",
  "short_name": "IMGEDTR",
  "description": "Lightweight image editing and annotation that runs entirely in your browser.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f1115",
  "theme_color": "#0046ad",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg",
          ".webp",
          ".gif",
          ".heic",
          ".heif"
        ],
        "application/x-imgedtr": [
          ".imgedtr"
        ]
      }
    }
  ]
}