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": "Custom Screensaver - HD Videos & Images",
"version": "1.0",
"description": "Beautiful HD screensaver with unlimited videos & images. Features custom uploads, and premium backgrounds.",
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting",
"windows",
"sidePanel",
"notifications",
"alarms"
],
"host_permissions": [
"https:\/\/api.gumroad.com\/*",
"<all_urls>"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"action": {
"default_title": "Click to open side panel",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
}
}