Galaxy Creatures

Galaxy Creatures

Whit Galaxy Creature extension you get a dynamic new tab background with custom animation on your wallpaper.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Galaxy Creatures",
  "short_name": "GalaxyCreatures",
  "description": "Whit Galaxy Creature extension you get a dynamic new tab background with custom animation on your wallpaper.",
  "manifest_version": 3,
  "version": "1.1.2",
  "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": [
    "*://galaxycreature.net/*"
  ]
}