Inspect and view changes in Backdrop (Ambient) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"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",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}