Space Spiders

Space Spiders

Space Spiders extension will help you keep track of the time while enjoying a soothing new tab design.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Space Spiders",
  "short_name": "SpaceSpiders",
  "description": "Space Spiders extension will help you keep track of the time while enjoying a soothing new tab design.",
  "manifest_version": 3,
  "version": "1.0.0",
  "permissions": [
    "storage",
    "bookmarks"
  ],
  "chrome_url_overrides": {
    "newtab": "html/index.html"
  },
  "icons": {
    "16": "images/manifest-icons/16.png",
    "32": "images/manifest-icons/32.png",
    "64": "images/manifest-icons/64.png",
    "128": "images/manifest-icons/128.png"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "host_permissions": [
    "*://spacespiders.net/*"
  ]
}