Discover the wonders of the universe on every new tab with SpaceTab.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"manifest_version": 3,
"name": "SpaceTab : Take a space break.",
"description": "Discover the wonders of the universe on every new tab with SpaceTab.",
"version": "0.0.1",
"chrome_url_overrides": {
"newtab": "newtab.html"
}
}