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": "Tab Notes",
"description": "New note in every new tab. Capture thoughts faster.",
"version": "0.9",
"offline_enabled": true,
"manifest_version": 3,
"icons": {
"16": "images\/notes_16.png",
"48": "images\/notes_48.png",
"128": "images\/icon_128.png"
},
"chrome_url_overrides": {
"newtab": "newtab\/newtab.html"
},
"action": {
"default_popup": "browser_action\/popup.html",
"default_icon": {
"16": "images\/notes_48.png"
}
},
"web_accessible_resources": [
{
"resources": [
"common\/notesStorage.js",
"common\/settingsStorage.js"
],
"matches": [
"<all_urls>"
]
}
]
}