Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Mini Journal - Quick Daily Notes",
"version": "2.0.3",
"description": "Privacy-first journaling sidebar. Write daily entries, track moods, and export your thoughts - all offline.",
"permissions": [
"storage",
"sidePanel",
"tabs"
],
"host_permissions": [
"https:\/\/api.gumroad.com\/*"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Open Mini Journal"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}