Inspect and view changes in Basic Notes 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": "__MSG_extensionName__",
"version": "1.3.0",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"manifest_version": 3,
"author": "Furkan DoÄŸan",
"icons": {
"64": "images/icon64.png",
"128": "images/icon128.png"
},
"action": {
"default_popup": "index.html",
"default_title": "Basic Notes"
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "1furkandogan1@gmail.com"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}