Wire

Wire

Wire is a secure messenger to call, text, and share pics, music, videos in 1:1 and group chats.

Merlin
Additional files are visible only to premium users

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/"
    }
  }
}