Imgup.io remote uploader

Imgup.io remote uploader

This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Imgup.io remote uploader",
  "description": "This is an extension for Imgup.io, the free image hosting and sharing website. Right-click an image to upload and share.",
  "version": "1.0",
  "permissions": [
    "storage",
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "48": "img/favicon.png"
  },
  "options_page": "options.html",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "homepage_url": "http://imgup.io",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}