Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1wmkg2QW\/WbgkQTmVa4JX5ME4RmCwcujOSWUUb9grR1bhQZrzTkyiJP4pYyvgUbSsTBps44Yfgi4y41Wlssoj3n04cLLUP25\/EVG\/qrqcgtq5wf9kVfXhFdmnxZELNBGU8r4Q\/OOntvcGgbAVZlcEfgO9uoLZr6rkdZKQ4luqrMICBaMryvExCWBJdXUExyDQ9xNh0pt+io1TvIqP5O7DIDuGs0cLBr05XqvwtOQOFPI963ttTilFG6bxHw6Pk49CnkSEX9CtwhWDckSssFx8Yv5OtopLdL8fz2KSozGnKDoN\/LEU9bWKAiDyYACXXgorl7akhf8GNVUKdhbtNKwywIDAQAB",
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "1.5.6",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage",
"identity"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"contentScript.css",
"assets\/icons\/*.svg",
"assets\/fonts\/*",
"libs\/pdf.worker.min.js",
"PDFViewer.css",
"PDFViewer.html",
"PDFViewer.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
},
"action": {
"default_icon": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"default_title": "TTS Reader"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
}
}