Inspect and view changes in Entropass 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Entropass",
"description": "Open-source decentralized maximum-security password manager",
"author": "Chris Clark",
"homepage_url": "http://rampantlogic.com/entropass/",
"version": "2.2.1",
"manifest_version": 3,
"minimum_chrome_version": "88",
"options_page": "options.html",
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Entropass",
"default_icon": "images/icon_16.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"offscreen",
"scripting",
"storage",
"clipboardWrite"
],
"host_permissions": [
"http://publicsuffix.org/list/effective_tld_names.dat"
]
}