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_extension_name__",
"version": "1.2.7",
"description": "__MSG_extension_description__",
"default_locale": "en",
"permissions": [
"storage",
"background"
],
"host_permissions": [
"https:\/\/www.ecb.europa.eu\/*",
"https:\/\/stocks-extension.vercel.app\/*",
"https:\/\/query1.finance.yahoo.com\/*"
],
"icons": {
"16": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"action": {
"default_popup": "index.html",
"default_title": "__MSG_extension_name__"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
".\/extpay\/ExtPay.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"navigation_bar.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"halfmoon\/global_halfmoon.css",
"img\/logo.png"
],
"matches": [
"<all_urls>"
]
}
]
}