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.0",
"description": "__MSG_desc__",
"default_locale": "en",
"permissions": [
"storage",
"activeTab",
"identity"
],
"host_permissions": [
"https:\/\/web.telegram.org\/*"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtOUa20kEwPF\/aq8MFhDK5iHrvHJIgK2JfDXKoJ5qRmvixLaURfAdt\/Aher344PcH79xCTjNvSfY7F1e1q6F+6iD5CJsiwUsiG8nCcDTQh7GbiFsLkkrZhrv1Yl8xTl74oie1V3WJMAI3FmfvKEpHfjFw36xZdi8LKdj14HnRJ+idp5jIKK+bKArmlcnBzRUOd7Yba6kjLTCJSPM0i4SRFGzhSbhHNxmtJCOuVgPzRm7+lGfqmgmcB9qIZ6s5b1EJg30FU67dTAgZpkVyHaJCG0rCLg3ov9A8tvrRasDTdM32RJWC5Y1WAVKzRBmoL44Nwpd5jVcSoNE2D7lN3kdOhQIDAQAB",
"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\/*"
]
}
]
}