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",
"manifest_version": 3,
"name": "Screen Shade",
"description": "Cover the page and reveal content only when you are ready.",
"version": "0.5",
"action": {
"default_icon": "images\/icon.png",
"default_title": "Screen Shade",
"default_popup": "popup.html"
},
"icons": {
"128": "images\/icon.png"
},
"background": {
"service_worker": "bs_main.js"
},
"permissions": [
"activeTab",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"css\/cs_styles.css",
"images\/*.png"
],
"matches": [
"<all_urls>"
]
}
]
}