Emoi - szybkie emotikonki

Emoi - szybkie emotikonki

Simply Click & Paste!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Emoi - szybkie emotikonki",
  "short_name": "Emoi",
  "description": "Simply Click & Paste!",
  "version": "1.0.1",
  "background": {
    "scripts": [
      "assets/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.facebook.com/*",
        "https://*.facebook.com/*"
      ],
      "css": [
        "assets/css/modernsprite.css",
        "assets/css/standardsprite.css"
      ],
      "js": [
        "assets/js/jquery.min.js",
        "assets/js/emoticons.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "assets/img/standard-sprite.png",
    "assets/img/modern-sprite.png"
  ],
  "icons": {
    "16": "assets/img/icons/icon_16x16.png",
    "32": "assets/img/icons/icon_32x32.png",
    "48": "assets/img/icons/icon_48x48.png",
    "64": "assets/img/icons/icon_64x64.png",
    "128": "assets/img/icons/icon_128x128.png"
  },
  "homepage_url": "http://lnteresujace.pl/emoi/",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}