Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nature Wallpapers HD video New Tab background",
"short_name": "usedelight-chrome",
"description": "Live start page with ocean, mountain, Earth, weather, games, and more!",
"default_locale": "en",
"manifest_version": 3,
"version": "1.8.5.1",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"topSites",
"favicon"
],
"host_permissions": [
"https:\/\/account.usedelight.com\/*",
"https:\/\/usedelight.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/account.usedelight.com\/*",
"https:\/\/usedelight.com\/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"externally_connectable": {
"matches": [
"https:\/\/account.usedelight.com\/*",
"https:\/\/usedelight.com\/*"
]
}
}