Image Resize Generator

Image Resize Generator

resize your icons and images quickly and efficiently.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Image Resize Generator",
  "description": "resize your icons and images quickly and efficiently.",
  "version": "1.0.0",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "action": {
    "default_title": "Icon Resize Generator",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "browsingData"
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}