Nithra Authenticator

Nithra Authenticator

Browser extension for Nithra Authenticator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nithra Authenticator",
  "version": "1.0.1",
  "description": "Browser extension for Nithra Authenticator",
  "host_permissions": [
    "https://nithra.mobi/"
  ],
  "permissions": [
    "cookies"
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "images/logo-16x16.png",
      "48": "images/logo-48x48.png",
      "192": "images/logo-192x192.png"
    }
  }
}