OriginMarker

OriginMarker

An Origin dependent marker in the bookmark bar that changes based off the active origin the user is viewing to help identify phishing domains. It can be automatic using a hash of the origin encoded with emoji or manual.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "OriginMarker",
  "version": "1.1",
  "description": "Origin dependent marker",
  "permissions": [
    "tabs",
    "bookmarks",
    "storage"
  ],
  "background": {
    "scripts": [
      "static.js",
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "originmarker@ndevtk"
    }
  },
  "manifest_version": 2
}