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": "__MSG_appName__",
"version": "1.1.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "img\/icon16.jpg",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"storage",
"scripting",
"tabs",
"clipboardWrite",
"notifications",
"sidePanel"
],
"host_permissions": [
"https:\/\/api.gumroad.com\/*"
],
"action": {
"default_title": "WA Group Finder"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"runtime_host_permissions": [
"https:\/\/rovelin.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.google.com\/*"
],
"js": [
"content.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}