Inspect and view changes in MyStart 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
{
"background": {
"page": "background/index.html",
"persistent": true
},
"browser_action": {
"default_title": "MyStart",
"default_icon": {
"64": "icons/64.png",
"128": "icons/128.png"
}
},
"chrome_url_overrides": {
"newtab": "newtab/index.html"
},
"content_scripts": [
{
"js": [
"content-scripts/installed.js",
"content-scripts/event-handler.js"
],
"matches": [
"*://*.mystart.com/*"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"*://*.mystart.com/*"
]
},
"content_security_policy": "script-src 'self' https://www.google-analytics.com https://*.ytimg.com https://www.googleapis.com https://*.ytimg.com https://*.mystart.com https://*.mystartcdn.com https://*.vmn.net https://api.facebook.com https://*.twitter.com; object-src 'self'",
"description": "Experience a new tab with breathtaking wallpapers and a personal dashboard that focus on your every day.",
"icons": {
"16": "icons/16.png",
"19": "icons/19.png",
"38": "icons/38.png",
"48": "icons/48.png",
"64": "icons/64.png",
"128": "icons/128.png"
},
"manifest_version": 2,
"name": "MyStart",
"offline_enabled": true,
"permissions": [
"alarms",
"management",
"storage",
"*://*.mystart.com/*",
"bookmarks",
"topSites",
"tabs",
"chrome://favicon/"
],
"short_name": "MyStart",
"version": "2.19.85",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}