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_name__",
"version": "1.1.2",
"description": "__MSG_desc__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"identity"
],
"host_permissions": [
"https:\/\/web.telegram.org\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuErGMufCAJS8L1B3yGxuwEBYsjdNuSyq7gfb1YtZ2X02i5Z7ftcHncIQ6sbI54NZPaDP4y9ocsIaxQvKIV75+taaMIp3Q8W4YyNbdHqlEUfoxpwO4CmRHKdcDaUF4QyfG9nyBEIgGIPUxKPQyzBc3+l8PMwbkOVPVbzwVVI7Nz4MOfYmGymAk8AlhnwPqoviAmC6OERUxzLuGNUTNncpwkoels9oDEnwr+6JJa3GhPhT4XasZweW0SbRqx4fbx6ciHjl30HSNIEe4n9EW0dGpaZ2u0guvH65LXTqDAREtIzyYtOU7NWaKzFcMvAw9AGYkSFADKRL3llOkjsYOXxulQIDAQAB",
"icons": {
"128": "icons\/128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/web.telegram.org\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_icon": {
"128": "icons\/128.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"fonts\/*",
"icons\/*",
"content-script-inject.js",
"content-scripting-a.js",
"content-scripting-k.js"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"price.html"
],
"matches": [
"https:\/\/*.igtools.ai\/*"
]
}
]
}