Inspect and view changes in Quick Notes V4 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
{
"manifest_version": 2,
"name": "Quick Notes",
"version": "1.0",
"description": "A quick and easy way to jot down notes and ideas.",
"icons": {
"48": "icons/notes-icon-48.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_icon": "icons/notes-icon-48.png",
"default_popup": "notes-popup.html",
"default_title": "Quick Notes"
},
"browser_specific_settings": {
"gecko": {
"id": "{21701728-70d7-430b-a460-f3fd609ef52e}"
}
}
}