NeoBux AdAlert

NeoBux AdAlert

An extension which notifies you when there are new advertisements available

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NeoBux AdAlert",
  "version": "2.8.4",
  "description": "An extension which notifies you when there are new advertisements available",
  "manifest_version": 2,
  "icons": {
    "16": "images/icons/icon_16.png",
    "48": "images/icons/icon_48.png",
    "128": "images/icons/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icons/icon_19.png",
      "38": "images/icons/icon_38.png"
    },
    "default_title": "NeoBux AdAlert",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "bg.html"
  },
  "permissions": [
    "notifications",
    "tabs",
    "<all_urls>"
  ],
  "homepage_url": "https://www.neobux.com/m/ad/",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "/images/icons/icon_128.png"
  ]
}