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": "Leximo",
"version": "1.0",
"description": "Upload an audio file and clone\/translate it using Leximo",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/api.leximo.online\/*",
"https:\/\/leximo-downloads.s3.amazonaws.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_title": "Leximo Voice Clone",
"default_icon": {
"128": "icons\/logo128.png"
}
},
"icons": {
"128": "icons\/logo128.png"
}
}