pic2pixlr

pic2pixlr

Instantly send ANY image to the Pixlr O-Matic, Pixlr Express, or the Pixlr Editor image processing service at pixlr.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "pic2pixlr",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Instantly send ANY image to the Pixlr O-Matic, Pixlr Express, or the Pixlr Editor image processing service at pixlr.com",
  "homepage_url": "http://pic2pixlr.com",
  "options_page": "/options.html",
  "icons": {
    "16": "/img/pic2pixlr-16.png",
    "19": "/img/pic2pixlr-19.png",
    "48": "/img/pic2pixlr-48.png",
    "128": "/img/pic2pixlr-128.png"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": {
      "19": "/img/pic2pixlr-19.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "background",
    "tabs",
    "<all_urls>"
  ],
  "omnibox": {
    "keyword": "pic"
  }
}