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",
"manifest_version": 3,
"version": "1.0.7",
"version_name": "1.0.7",
"name": "Vivi",
"description": "Easily share content with Vivi.",
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon\/icon_16.png",
"32": "icon\/icon_32.png",
"48": "icon\/icon_48.png",
"128": "icon\/icon_128.png"
},
"permissions": [
"activeTab"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}