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": "OopsGuard",
"version": "1.0.3",
"description": "We can't undo your last misclick, but we can prevent the next. Draw protective mollyguards over high-stakes buttons and inputs.",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"icons": {
"16": "icon128.png",
"48": "icon128.png",
"128": "icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon128.png",
"48": "icon128.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}