Backdrop (Ambient)

Backdrop (Ambient)

A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Backdrop (Ambient)",
  "short_name": "Backdrop",
  "version": "1.0.5",
  "description": "A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "icons": {
    "32": "img/logoBackdrop-32.png",
    "128": "img/logoBackdrop-128.png",
    "512": "img/logoBackdrop.png"
  },
  "action": {
    "default_icon": "img/logoBackdrop-32.png"
  },
  "author": "ROTD Apps",
  "homepage_url": "https://www.rotd.be/backdrop",
  "permissions": [
    "alarms",
    "storage",
    "geolocation",
    "unlimitedStorage",
    "topSites"
  ],
  "host_permissions": [
    "https://*.vandamme.io/*",
    "https://www.bing.com/*"
  ],
  "minimum_chrome_version": "88"
}