Inspect and view changes in My Manager 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": "My Manager",
"author": "Mukesh Bishnoi",
"version": "1.0.1",
"description": "Replace new tab screen with your today's Main Focus, Weather and Time.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{0d277cc4-d754-4ded-b162-bc6175c5f26d}"
}
}
}