IMAGE.cx Uploader

IMAGE.cx Uploader

Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IMAGE.cx Uploader",
  "homepage_url": "https://image.cx/",
  "short_name": "IMAGE.cx Uploader",
  "description": "Upload your images with one click to Image.cx and share it with your friends! You can save what you capture as you like!!",
  "version": "1.1.3",
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "pages/popup.html"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/upload.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/jquery-ui.css"
      ],
      "js": [
        "js/jquery.js",
        "js/jquery-ui.js"
      ]
    }
  ]
}