Inspect and view changes in NoKey - A Stupid Password Keeper 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
{
"name": "NoKey - A Stupid Password Keeper",
"short_name": "NoKey",
"version": "1.0.1",
"manifest_version": 3,
"description": "NoKey - A Stupid Password Keeper: Easily store and retrieve login credentials locally using IndexedDB. Perfect for developers!",
"icons": {
"16": "icons/padlock16x16.png",
"32": "icons/padlock32x32.png",
"48": "icons/padlock48x48.png",
"128": "icons/padlock128x128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"sidePanel"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}