Inspect and view changes in Just Focus 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",
"manifest_version": 3,
"name": "Just Focus",
"version": "1.1",
"description": "A simple new tab page to help you focus on your tasks.",
"permissions": [],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "images/focus.png",
"48": "images/focus.png",
"128": "images/focus.png"
},
"action": {
"default_icon": {
"16": "images/focus.png",
"48": "images/focus.png",
"128": "images/focus.png"
}
}
}