Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Memo",
"version": "3.2.0",
"description": "An in-browser bookmark manager with GitHub backend",
"manifest_version": 3,
"action": {
"default_title": "Memo",
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/osmosmemo-icon-16.png",
"24": "assets\/osmosmemo-icon-24.png",
"32": "assets\/osmosmemo-icon-32.png"
}
},
"options_ui": {
"page": "options.html"
},
"icons": {
"48": "assets\/osmosmemo-icon-48.png",
"96": "assets\/osmosmemo-icon-96.png",
"128": "assets\/osmosmemo-icon-128.png"
},
"permissions": [
"activeTab",
"storage",
"scripting"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+D"
},
"description": "Capture current page"
}
}
}