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": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.1",
"permissions": [
"clipboardRead"
],
"action": {
"default_title": "__MSG_appName__",
"default_icon": "images\/vani.png"
},
"icons": {
"64": "images\/vani.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.vanihq.com\/*",
"https:\/\/*.vanihq.in\/*",
"https:\/\/*.vanihq.sa\/*",
"https:\/\/*.vanihq.eu\/*",
"https:\/\/*.vanihq.ca\/*",
"https:\/\/*.vanihq.com.au\/*",
"https:\/\/*.vani.work\/*"
],
"js": [
"js\/vani.inject.js"
],
"all_frames": true
}
],
"manifest_version": 3,
"incognito": "split"
}