Inforness

Inforness

The best way to exploit ads space. Choice what you want to see instead of ads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inforness",
  "description": "The best way to exploit ads space. Choice what you want to see instead of ads.",
  "author": "GGDevMan",
  "version": "1.0.7",
  "manifest_version": 2,
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "96": "img/icon_96.png",
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "img/icon_32.png"
  },
  "permissions": [
    "storage",
    "webNavigation",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "web_accessible_resources": [
    "img/*.png",
    "res/*.css",
    "res/*.js",
    "data/*.xml"
  ],
  "options_page": "options.html"
}