WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dashy New Tab Dashboard and Side Panel

Dashy New Tab Dashboard and Side Panel

View on Chrome Web Store
View Dashy New Tab Dashboard and Side Panel Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (350 ratings)
1 new ratings
17 views
This extension has been viewed 17 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

New Tab Dashboard and Side Panel that integrates widgets and productivity tools.
Type
Extension
Users
10,000 users
Website dashyapp.com
Dashy
View author page of Dashy
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 10, 2023
Version 5.8
Manifest version
3
Updated
Updated on November 25, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Dashy New Tab Dashboard and Side Panel Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dashy New Tab Dashboard and Side Panel",
    "description": "New Tab Dashboard and Side Panel that integrates widgets and productivity tools.",
    "version": "5.8",
    "chrome_url_overrides": {
        "newtab": "dashy.html"
    },
    "action": {
        "default_title": "Open Dashy in side panel"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "side_panel": {
        "default_path": "src\/sidepanel\/panel.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/*",
                "_favicon\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "content.ts.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content.ts.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "sidePanel",
        "unlimitedStorage",
        "history",
        "favicon",
        "declarativeNetRequest"
    ],
    "optional_permissions": [
        "bookmarks",
        "tabs",
        "tabGroups",
        "topSites"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/Dashy.png",
        "48": "assets\/Dashy.png",
        "128": "assets\/Dashy.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top