Ihanced

Ihanced

For easier local porn experience of course

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ihanced",
  "version": "0.1.5",
  "description": "For easier local porn experience of course",
  "icons": {
    "16": "/img/icon16.png",
    "48": "/img/icon48.png",
    "128": "/img/icon128.png"
  },
  "browser_action": {
    "default_icon": "/img/icon128.png"
  },
  "content_scripts": [
    {
      "css": [
        "/css/styleiha.css"
      ],
      "js": [
        "/js/jquery-1.7.2.min.js",
        "/js/content-iha.js"
      ],
      "matches": [
        "https://www.iha.ee/*",
        "http://iha.ee/*"
      ]
    }
  ]
}