2 Factor Sigil

2 Factor Sigil

Indicator for whether the current site supports 2fa

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "icons/action-16.png",
    "128": "icons/action-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "alarms",
    "declarativeContent",
    "activeTab",
    "storage",
    "https://api.github.com/*",
    "https://raw.githubusercontent.com/2factorauth/twofactorauth/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/action-19-bad.png",
      "38": "icons/action-38-bad.png"
    },
    "default_title": "2nd Factor Support"
  }
}