Relaxed Views Tab

Relaxed Views Tab

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

Additional files are visible only to premium users

manifest.json


{
  "name": "Relaxed Views Tab",
  "version": "1.0.2",
  "description": "Changes the new tab page to a page with a random image and shows bookmarks.",
  "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"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}