Authentiq 2FA

Authentiq 2FA

Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Authentiq 2FA",
  "short_name": "Authentiq",
  "description": "Nudge your Authentiq ID app (iOS, Android) to display the 2FA code for the current site",
  "version": "0.2",
  "author": "The Authentiq team",
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/authentiq-16.png",
      "19": "images/authentiq-19.png",
      "32": "images/authentiq-32.png",
      "38": "images/authentiq-38.png"
    }
  },
  "icons": {
    "16": "images/authentiq-16.png",
    "32": "images/authentiq-32.png",
    "48": "images/authentiq-48.png",
    "96": "images/authentiq-96.png",
    "128": "images/authentiq-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://20-dot-authentiqio.appspot.com/*"
  ],
  "manifest_version": 2
}