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": "__MSG_appName__",
"version": "1.4.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"notifications",
"scripting"
],
"host_permissions": [
"*:\/\/v0.app\/*",
"*:\/\/lovable.dev\/*",
"*:\/\/bolt.new\/*",
"https:\/\/extensionpay.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/v0.app\/*",
"*:\/\/lovable.dev\/*",
"*:\/\/bolt.new\/*"
],
"js": [
"content_utils.js",
"content.js"
],
"run_at": "document_idle",
"all_frames": false
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"extpay-content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"sounds\/notification.mp3",
"icons\/*.png",
"images\/*.png",
"upgrade.html",
"upgrade.js",
"upgrade-handler.js",
"payment-success.html",
"payment-success.js",
"ExtPay.js"
],
"matches": [
"*:\/\/v0.app\/*",
"*:\/\/lovable.dev\/*",
"*:\/\/bolt.new\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'"
}
}