Upload To picBox

Upload To picBox

Upload an image to the free picBox service.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon-128.png",
    "default_popup": "upload.html",
    "default_title": "Upload To picBox"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Upload an image to the free picBox service.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "name": "Upload To picBox",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "version": "2.5.0"
}