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_appName__",
"version": "1.6",
"description": "__MSG_appDesc__",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs",
"contextMenus"
],
"host_permissions": [
"<all_urls>",
"https:\/\/cdnjs.cloudflare.com\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon48.png",
"48": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon48.png",
"48": "icons\/icon128.png"
},
"background": {
"service_worker": "worker.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"lib\/fontawesome.min.css",
"inject\/inject.css"
],
"js": [
"inject\/inject.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"engine\/*",
"tesseract\/*",
"inject\/*",
"lib\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"payment\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"default_locale": "en"
}