Chevereto Uploader by Your-Pictionary.com

Chevereto Uploader by Your-Pictionary.com

Upload your images with one click to your favorite Chevereto host and share it with your friends!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chevereto Uploader by Your-Pictionary.com",
  "author": "Sven Bloch",
  "homepage_url": "http://www.your-pictionary.com/",
  "short_name": "Chevereto Uploader",
  "description": "Upload your images with one click to your favorite Chevereto host and share it with your friends!",
  "version": "1.2.4",
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "pages/popup.html"
  },
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "tabs",
    "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": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/content.css",
        "css/jquery-ui.css"
      ],
      "js": [
        "js/jquery.js",
        "js/jquery-ui.js",
        "js/content.js",
        "js/area.js"
      ]
    }
  ]
}