Pinme

Pinme

Pinme

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pinme",
  "version": "1.6.1",
  "description": "Pinme",
  "permissions": [
    "contextMenus",
    "activeTab",
    "https://www.pinme.ru/*"
  ],
  "icons": {
    "16": "img/16x16.png",
    "32": "img/32x32.png",
    "48": "img/64x64.png",
    "128": "img/128x128.png"
  },
  "browser_action": {
    "default_title": "Отправить картинки на Pinme",
    "default_icon": "img/32x32.png"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "form.js"
      ]
    }
  ]
}