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": "Project Naptha",
"short_name": "Naptha",
"description": "Highlight, copy, edit, and translate text from any image on the web.",
"version": "0.9.7",
"background": {
"service_worker": "flame-monkey.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"naptha-wick.js"
],
"css": [
"naptha.css"
]
}
],
"permissions": [
"storage",
"tts",
"clipboardRead",
"clipboardWrite"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"swt-worker.js",
"mask-worker.js",
"inpaint-worker.js",
"common-worker.js",
"eng.traineddata.gz"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"128": "icon.png"
}
}