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__",
"description": "__MSG_appDesc__",
"version": "2.0.12",
"default_locale": "en_US",
"minimum_chrome_version": "102",
"background": {
"service_worker": "scripts\/serviceworker.js"
},
"permissions": [
"activeTab",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"*:\/\/teams.microsoft.com\/*"
],
"js": [
"scripts\/init.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"scripts\/main.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"24": "assets\/icons\/icon24.png",
"32": "assets\/icons\/icon32.png"
},
"default_title": "Screenshot Reader"
},
"icons": {
"48": "assets\/icons\/icon48.png",
"64": "assets\/icons\/icon64.png",
"128": "assets\/icons\/icon128.png",
"256": "assets\/icons\/icon256.png"
},
"web_accessible_resources": [
{
"resources": [
"pages\/ocr.html",
"scripts\/*",
"tesseract\/traineddata\/*.traineddata"
],
"matches": [
"<all_urls>"
]
}
],
"externally_connectable": {
"ids": [
"inoeonmfapjbbkmdafoankkfajkcphgd",
"ikfigngpioedjjooplekefdiilaokaik",
"dbjckccifhpibdafmobmejknpeabihae",
"ajaeogmnpifbkbeafhdkehdigkllnlmj",
"khlcpnnojomfljfplojjgafklknofead",
"efeafadncamffgiohgiciboonbjldkfj",
"feepmdlmhplaojabeoecaobfmibooaid",
"ohfjebjepnlldifcbcfmopifaebcjehc",
"kjdlncjmapipcfmpidkeebmmcffjlidp",
"bjglhpoliipklkfjcahfefdlfpifcinb"
],
"matches": [
"https:\/\/pdf.texthelp.com\/*",
"https:\/\/pdf.dev.texthelp.com\/*",
"https:\/\/orbitproxy.texthelp.com\/*",
"https:\/\/orbit.texthelp.com\/*",
"https:\/\/orbitdoc.texthelp.com\/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmueDSO2WNe7\/ltRXH5pxRKwRaMKoDOU5PGGUKt1SNIBrSGAAmSR77AhkUqzhHke3bMNN2\/0WOFp0k7LJSk5r8hmQ65eg59wjFLBkbtWuSUkxs9ZrdK30sC7lQde8JSoAR9qyezqqZ3pEKXNPBCkllRU2xDao42+QWPZeit\/S6cIFQE4ZlQfMSfvw2Qs5QkbPnRlfb2Fsmk1C+uAGLADEu3IHXsFohrhx4bsTXKqjrJpcfyswTrl+flG\/t+3ikrnOGV\/gfWPsPnBPppLcaiKo3EVm51DXFtK3BZ4ENkLYfK8DDPKEG\/khzhvkc65zFOme3qQC7qH1MmMftwx2dS13NQIDAQAB"
}