Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "DesktopHut Live Wallpapers Tab Pro",
"version": "1.1",
"description": "Set live video wallpapers from desktophut.com directly onto your Chrome New Tab page, now with cool bookmarks!",
"permissions": [
"storage",
"bookmarks",
"search"
],
"host_permissions": [
"*:\/\/*.desktophut.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.desktophut.com\/*"
],
"js": [
"content.js"
],
"css": [
"content_styles.css"
]
}
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"action": {
"default_popup": "options.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"externally_connectable": {
"matches": [
"*:\/\/*.desktophut.com\/*"
]
}
}