AntumID MyDigiPassword for the AntumID Authenticator APP
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"browser_action": {
"default_icon": "antumid_48x48.png",
"default_popup": "antumid.html",
"default_title": "Scan QR-CODE and generate a password or 2FA for every website."
},
"content_scripts": [
{
"js": [
"antumid.js",
"jquery-3.5.1.js"
],
"css": [
"antumid.css",
"antumidWidget.css"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"description": "AntumID MyDigiPassword for the AntumID Authenticator APP",
"icons": {
"16": "antumid_16x16.png",
"48": "antumid_48x48.png",
"128": "antumid_128x128.png"
},
"manifest_version": 2,
"name": "AntumID MyDigiPassword",
"permissions": [
"activeTab",
"clipboardWrite",
"*://www.mydigipassword.com/*",
"webRequest"
],
"short_name": "AntumID MyDigiPassword",
"version": "2.0.1",
"web_accessible_resources": [
"Digi-password-icon48x48.png",
"antumid.html"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}