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_name__",
"version": "2.1.7",
"description": "__MSG_desc__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https:\/\/web.telegram.org\/*"
],
"icons": {
"32": "icons\/32.png",
"128": "icons\/logo.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.telegram.org\/*"
],
"js": [
"ExtPay.js",
"content_tg.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"128": "icons\/logo.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"icons\/*",
"js\/tel_inject.js",
"popup.js",
"ExtPay.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}