Kodebrikkesjekken

Kodebrikkesjekken

Kodebrikkesjekken protects against fraud and ID theft for Norwegian BankID

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.0.0.9",
  "description": "__MSG_extDescription__",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    },
    "default_title": "__MSG_extDefaultTitle__",
    "default_popup": "fail.html"
  },
  "content_scripts": [
    {
      "js": [
        "sub.js"
      ],
      "css": [
        "kbs.css"
      ],
      "matches": [
        "https://csfe.bankid.no/*"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "success.html",
    "fail.html",
    "script.js",
    "style.css",
    "fb.png"
  ],
  "homepage_url": "https://www.kodebrikke.no/",
  "short_name": "__MSG_extName__",
  "default_locale": "en"
}