Ultra OTP

Ultra OTP

This is a companion to the Ultra OTP web app. Use this extension to quickly and securely access otps in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ultra OTP",
  "version": "1.1.5",
  "description": "This is a companion to the Ultra OTP web app. Use this extension to quickly and securely access otps in your browser.",
  "author": "Thomas Girgenti",
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_title": "View Tokens",
    "default_popup": "index.html",
    "default_icon": {
      "48": "icon-48.png"
    }
  }
}