SpaceX Animated New Tab

SpaceX Animated New Tab

Simple New Tab for SpaceX Fans (with animation speed control)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SpaceX Animated New Tab",
  "author": "Kristijan Rosandić",
  "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"
  }
}