Loveit.pl

Loveit.pl

Oficjalna wtyczka loveit.pl

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "Pokochaj obrazek na tej stronie!"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/drag.js",
        "js/contextMenu.js",
        "js/initContentScript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "css": [
        "css/bookmarklet.css",
        "css/dragdrop.css",
        "css/tagoverlay.css"
      ],
      "js": [
        "js/handlebarsRuntime.js",
        "js/handlebarsTemplates.js",
        "js/installed.js",
        "js/drop.js",
        "js/form.js",
        "js/bookmarklet.js",
        "js/initTopContentScript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Oficjalna wtyczka loveit.pl",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "name": "Loveit.pl",
  "permissions": [
    "tabs",
    "contextMenus",
    "http://loveit.pl/",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.5.7.2",
  "manifest_version": 2
}