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",
"name": "Panda AI Article Reader",
"description": "AI-Powered Reading Companion - Turn any article into natural speech",
"version": "1.0.43",
"manifest_version": 3,
"action": {
"default_popup": "options.html",
"default_icon": {
"16": "icons\/16_16.png",
"32": "icons\/32_32.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"icons": {
"16": "icons\/16_16.png",
"32": "icons\/32_32.png"
},
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"Readability.min.js",
"jquery-3.6.0.min.js",
"VoiceOptions.js",
"SpeakManager.js",
"default.js",
"UUID.js",
"WebSocketRequest.js",
"options.html",
"options.js",
"sound\/done.mp3"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"Readability.min.js",
"SpeakManager.js",
"UUID.js",
"WebSocketRequest.js",
"default.js",
"jquery-3.6.0.min.js",
"contentscript.js"
],
"run_at": "document_start"
}
]
}