Inspect and view changes in Cloud Storage Integration 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": "Save and View Notes",
"description": "__MSG_extensionDescription__",
"version": "1.0",
"icons": {
"32": "icons/logo_32.png",
"64": "icons/logo_64.png",
"128": "icons/logo_128.png"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "122.0",
"id": "{dbaa5bb9-3ff2-4c59-a09d-f6156a55eadb}"
}
},
"browser_action": {
"default_icon": "icons/logo_64.png",
"default_title": "Save and View Notes",
"default_popup": "pagebar/popup.html"
},
"permissions": [
"storage"
]
}