Inspect and view changes in authifyNow source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "authifyNow",
"author": "webVerts",
"version": "0.1.6",
"description": "Bridging the digital `TRUST` gap between companies and customers",
"homepage_url": "https://github.com/authifyWeb/authifyNow",
"icons": {
"32": "images/icon32.png",
"64": "images/icon64.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "authifyNow",
"default_icon": "images/icon32.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Q"
}
}
},
"options_ui": {
"open_in_tab": true,
"page": "resources/options.html"
},
"background": {
"service_worker": "resources/background.js"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"*://apiurl.authifyweb.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}