Inspect and view changes in Focus - Focus on the tasks at hand 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": "Focus - To keep you focused on your tasks",
"short_name": "Focus",
"description": "Web App to focus on tasks",
"version": "1.0.2",
"author": "Umar & Waleed",
"icons": {
"128": "icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"tabs"
]
}