Inspect and view changes in Habitica Pomodoro SiteKeeper 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
{
"manifest_version": 2,
"name": "Habitica Pomodoro SiteKeeper",
"description": "Pomodoro Timer and Site Blocker that Plugs into Habitica and turns your time-wasting navigation tendencies into rewards.",
"version": "6.1.2",
"permissions": [
"storage",
"unlimitedStorage",
"<all_urls>",
"notifications",
"tabs"
],
"icons": {
"16": "img/icon16.png",
"32": "img/icon.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"browser_action": {
"default_icon": "img/icon.png",
"default_popup": "popup.html"
},
"background": {
"page": "background.html",
"persistent": true
},
"web_accessible_resources": [
"img/siteKeeper.png",
"img/siteKeeper2.png",
"img/siteKeeper3.png"
],
"commands": {
"PomodoroHotKey": {
"suggested_key": {
"default": "Alt+Shift+P"
},
"description": "Pomodoro hotkey"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}