Inspect and view changes in WAPlus: Desktop App for Telegram™ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"page": "lib/chrome/background.html"
},
"browser_action": {
"default_icon": {
"128": "data/icons/128.png"
},
"default_popup": "data/popup/popup.html",
"default_title": "Desktop Messenger for Telegramâ„¢"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"data/content_script/inject.css"
],
"js": [
"data/content_script/inject.js"
],
"matches": [
"*://*.web.telegram.org/*"
],
"run_at": "document_start"
}
],
"description": "Provides easy access to Telegram, and notifies you of all incoming posts.",
"homepage_url": "https://waplus.io/whatsapp-tools",
"icons": {
"128": "data/icons/128.png"
},
"manifest_version": 2,
"name": "WAPlus: Desktop App for Telegramâ„¢",
"options_ui": {
"open_in_tab": true,
"page": "data/options/options.html"
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*://*.web.telegram.org/*",
"*://*.vesta.web.telegram.org/*"
],
"short_name": "telegram-desktop",
"version": "1.0.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}