Wire is a secure messenger to call, text, and share pics, music, videos in 1:1 and group chats.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "__MSG_appName__",
"short_name": "Wire",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2.0",
"manifest_version": 2,
"icons": {
"16": "icon_16x16.png",
"128": "icon_128x128.png"
},
"app": {
"launch": {
"web_url": "https://app.wire.com/"
}
}
}