DJ Cat Tab

DJ Cat Tab

Changes the new tab page to a page with a random image and shows bookmarks shortcuts in the newtab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "DJ Cat Tab",
  "version": "1.0.4",
  "description": "Changes the new tab page to a page with a random image and shows bookmarks shortcuts in the newtab page.",
  "manifest_version": 3,
  "icons": {
    "16": "./assets/icons/16.png",
    "32": "./assets/icons/32.png",
    "48": "./assets/icons/48.png",
    "64": "./assets/icons/64.png",
    "128": "./assets/icons/128.png"
  },
  "permissions": [
    "bookmarks"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}