Bulk Resize Photos

Bulk Resize Photos

Resize Images

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "config.js",
      "autogenerated_for_ext/Helpers.js",
      "autogenerated_for_ext/MultiLang.js",
      "autogenerated_for_ext/Random.js",
      "autogenerated_for_ext/SiteData.js",
      "background.js"
    ],
    "persistent": false
  },
  "version": "1.0",
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}