Capture your thoughts seamlessly in the new tab page
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "NoteTab - Save Your Thoughts",
"author": "Notetab Builder",
"version": "0.0.6",
"description": "Capture your thoughts seamlessly in the new tab page",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon128.png"
},
"manifest_version": 3
}