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", "name": "Vivi", "version": "3.8.4", "minimum_chrome_version": "65.0.0.0", "manifest_version": 2, "description": "Vivi for Chrome", "icons": { "16": "icon\/icon_16.png", "32": "icon\/icon_32.png", "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "app": { "background": { "scripts": [ "background.js" ] } }, "permissions": [ "desktopCapture", "storage", { "fileSystem": [ "write", "retainEntries", "directory" ] }, "webview", "power", { "socket": [ "tcp-connect", "udp-bind:*:*", "udp-send-to:*:*" ] }, "idle" ], "sockets": { "tcp": { "connect": "*" }, "udp": { "bind": "*", "send": "*" } }, "url_handlers": { "vivi_link": { "matches": [ "https:\/\/use.vivi.io\/*" ], "title": "Vivi Link" } } }