Inspect and view changes in Timeline Notes 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Timeline Notes",
"description": "Keep notes beautifully organized",
"version": "0.4.0",
"manifest_version": 3,
"icons": {
"16": "/assets/icons/icon16.png",
"48": "/assets/icons/icon48.png",
"128": "/assets/icons/icon128.png"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "index.html"
}
}