WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Blank White Screen

Blank White Screen

View on Chrome Web Store
View Blank White Screen Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (6 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Open a blank screen in a new tab; toggle light/dark and use a built-in text editor. Simple, fast, distraction-free.
Type
Extension
Users
124 users
2
gazinn
View author page of gazinn
Published
Published on September 1, 2025
Version 1.0.2
Manifest version
3
Updated
Updated on February 10, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Blank White Screen 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",
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/blank16.png",
        "32": "icons\/blank32.png",
        "48": "icons\/blank48.png",
        "128": "icons\/blank128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/blank16.png",
            "32": "icons\/blank32.png"
        },
        "default_popup": "src\/options.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/blank.html"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "incognito": "split",
    "default_locale": "en",
    "background": {
        "service_worker": "bwp-bg.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/api2.amplitude.com https:\/\/api.amplitude.com;"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/note-fab.png",
                "lib\/amplitude.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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