NeoBux AdAlert

NeoBux AdAlert

An app which notifies you when there are new advertisements available.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "NeoBux AdAlert",
  "description": "An app which notifies you when there are new advertisements available.",
  "version": "1.0.8",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "/js/bg.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "alwaysOnTopWindows",
    "<all_urls>"
  ],
  "icons": {
    "16": "images/icons/icon_16.png",
    "48": "images/icons/icon_48.png",
    "128": "images/icons/icon_128.png"
  }
}