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,
"name": "__MSG_name__",
"version": "1.0.1",
"description": "Use AI voice cover tech to mimic celebrities or characters. Record, pick a template, and generate a new voice instantly!",
"action": {
"default_icon": {
"128": "assets\/icon-voice.png"
},
"default_title": "__MSG_name__"
},
"default_locale": "en",
"icons": {
"128": "assets\/icon-voice.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"activeTab",
"cookies",
"downloads"
],
"host_permissions": [
"*:\/\/*.arting.ai\/"
]
}