Inspect and view changes in a2zpassword 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": "a2zpassword",
"description": "Security starts with a2z google password manager",
"version": "1.0.1",
"manifest_version": 3,
"icons": {
"16": "./A2zpassword16x16.png",
"48": "./A2zpassword48x48.png",
"128": "./A2zpassword128x128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "a2zpassword",
"default_icon": "./A2zpassword128x128.png"
}
}