Inspect and view changes in Motivation - #1 Rated Moment Dashboard 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
{
"name": "Motivation - #1 Rated Moment Dashboard",
"short_name": "Motivation",
"description": "The Motivation New Moment Dashboard increases your productivity by allowing you to set your Focus & ToDo lists from the start page.",
"version": "1.1.0",
"manifest_version": 3,
"background": {
"service_worker": "xbx_init.js"
},
"action": {
"deafult_icon": {
"16": "./assets/images/favicon.png",
"32": "./assets/images/favicon.png",
"48": "./assets/images/favicon.png",
"64": "./assets/images/favicon.png"
},
"default_title": "Motivation Tab"
},
"icons": {
"16": "./assets/images/favicon.png",
"32": "./assets/images/favicon.png",
"48": "./assets/images/favicon.png",
"64": "./assets/images/favicon.png"
},
"permissions": [],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}