{
  "name": "Mosaicizer - Face Pixelation Tool",
  "short_name": "Mosaicizer",
  "version": "1.2.1",
  "description": "Automatically pixelate and blur faces in images with ease, adding privacy and anonymity. Works offline!",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#2d2d2d",
  "background_color": "#ffffff",
  "categories": ["utilities", "photo", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.mosaicizer.app"
    },
    {
      "platform": "itunes",
      "id": "com.mosaicizer.app"
    }
  ],
  "screenshots": [
    {
      "src": "/src/intro.png",
      "type": "image/png",
      "sizes": "1920x1080",
      "label": "Mosaicizer main interface"
    },
    {
      "src": "/src/gallery.png",
      "type": "image/png",
      "sizes": "1920x1080",
      "label": "Face detection and pixelation in action"
    }
  ],
  "icons": [
    {
      "src": "./favicon/android-icon-36x36.png",
      "sizes": "36x36",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon/android-icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon/android-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon/android-icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon/android-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./favicon/ms-icon-310x310.png",
      "sizes": "310x310",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./favicon/apple-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload Image",
      "short_name": "Upload",
      "description": "Quickly upload an image to pixelate",
      "url": "/?action=upload",
      "icons": [
        {
          "src": "./favicon/android-icon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "protocol_handlers": [
    {
      "protocol": "web+mosaicizer",
      "url": "/?url=%s"
    }
  ]
}
