resizemy.photos

resizemy.photos

Resize or crop any photo or image from any website or upload your own image

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "version": "1.65.0",
  "homepage_url": "http://resizemy.photos/",
  "author": "Guy Peri",
  "default_locale": "en",
  "browser_action": {
    "default_popup": "menu.html",
    "default_title": "resizemy.photos",
    "default_icon": {
      "128": "icons/128-on.png"
    }
  },
  "icons": {
    "16": "icons/16x16.png",
    "19": "icons/19x19.png",
    "24": "icons/24x24.png",
    "32": "icons/32x32.png",
    "64": "icons/64x64.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "/icons/button-icon.png",
    "menu.html",
    "js/menu.js",
    "css/menu.css",
    "images/logo-menu.png",
    "index.html",
    "js/main.js",
    "css/general.css",
    "images/logo.png"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ]
}