Hacker Police!

Hacker Police!

Keep webpages from hacking you and stealing your personal information with this extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Hacker Police!",
  "version": "2.2.0.0",
  "short_name": "I'm I Hacked?",
  "author": "maximus decimus meridius",
  "description": "Keep webpages from hacking you and stealing your personal information with this extension",
  "icons": {
    "16": "res/icon16.png",
    "48": "res/icon48.png",
    "128": "res/icon128.png"
  },
  "incognito": "spanning",
  "browser_action": {
    "default_icon": {
      "16": "res/icon16.png",
      "32": "res/icon32.png"
    },
    "default_popup": "ui/popup.html",
    "default_title": "Hacker Polizei!"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "storage",
    "<all_urls>",
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}