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__",
"description": "__MSG_desc__",
"default_locale": "en",
"version": "2.0.3",
"icons": {
"128": "assets\/image\/logo.png"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "assets\/image\/logo.png"
}
},
"host_permissions": [
"https:\/\/web.telegram.org\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"web_accessible_resources": [
{
"resources": [
"js\/teleram-iniectJs.js",
"fonts\/",
"*",
"assets\/*",
"img\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"js": [
"js\/teleram-contentScript.js"
],
"matches": [
"https:\/\/web.telegram.org\/*"
],
"run_at": "document_end",
"all_frames": true
}
]
}