Allowing users to monitor their standing habits over time and track their progress towards incorporating regular breaks into their coding routine.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "__MSG_extensionDescription__",
"icons": {
"64": "icons/icon.png"
},
"version": "2.0",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"permissions": [
"alarms",
"notifications"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "91.1.0",
"id": "{68e1729a-ec7d-4639-88ce-b642dfaed99c}"
}
}
}