Inspect and view changes in Dashy: New Tab 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
{
"manifest_version": 3,
"name": "Dashy: New Tab Dashboard",
"description": "Integrate dozens of apps and productivity tools to customize your New Tab.",
"version": "4.8",
"chrome_url_overrides": {
"newtab": "dashy.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/*",
"_favicon/*"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/content.ts-43585e52.js"
],
"use_dynamic_url": true
}
],
"content_scripts": [
{
"js": [
"assets/content.ts-loader-0bfe7f4c.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_start"
}
],
"permissions": [
"storage",
"unlimitedStorage",
"history",
"favicon",
"declarativeNetRequest"
],
"optional_permissions": [
"bookmarks",
"tabs",
"tabGroups",
"topSites"
],
"host_permissions": [
"https://*/*",
"http://*/*"
],
"icons": {
"16": "assets/Dashy.png",
"48": "assets/Dashy.png",
"128": "assets/Dashy.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}