Image Manager

Image Manager

Powerfull image editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Ravi Shukla",
  "browser_action": {
    "default_icon": "dist/image/logo.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://*.google-analytics.com; object-src 'self'; connect-src https://*.google-analytics.com;",
  "description": "Powerfull image editor",
  "icons": {
    "16": "dist/image/logo.png",
    "32": "dist/image/logo.png",
    "48": "dist/image/logo.png",
    "128": "dist/image/logo.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAglXlWEipfBSoXtWfCX6E6dnwEqSZ0wyOhavbq1ew/T9ipfYvtzDu0yfriRgt1Mu8jOF1U45naoCawbzNp9c69hZbTHFML+I8QUD51WDHjQuw/HgOYnqc+FhEPPOboRunPYu+ldLYZC5XXm06AeSrWkEPRBCTX5Z8fi6w6AHIK0BT+/EjCyn3tUqdMdPDJWynrXGD8OR4UpXLyvjZ9N81nqPf9m/9sgHZN9YX+ZY/iigovi0SRxN9O3e4p72OL57LgQQ+0fW8+2hGRFB8nxQ2cYcmEKN4UXQ0A99s9j50MqPvK61lnPQ3qkQpwtSfWOJn+D89e8j4us1QzTZ1B1h2gwIDAQAB",
  "manifest_version": 2,
  "name": "Image Manager",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "tabCapture"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.5"
}