Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SpaceX Animated New Tab", "author": "Kristijan Rosandi\u0107", "description": "Simple New Tab for SpaceX Fans (with animation speed control)", "version": "1.2", "offline_enabled": true, "icons": { "128": "assets\/128x128.png" }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "service_worker.js" }, "chrome_url_overrides": { "newtab": "spacex.html" } }