Inspect and view changes in Easy Life Browser Extension 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": "Extensry",
"author": "Prakash Sakari",
"version": "1.0.1",
"description": "Extensry is a super cool extension that greets you with a message according to the time of the day and shows different background on page refresh. With Extensry you can set your main/focus task of the day ansd also create your own todo.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{d4ee524c-d4d1-4cfb-bf79-abe0255da54e}"
}
}
}