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",
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "__MSG_extShortName__",
"description": "__MSG_extDescription__",
"version": "2.0.0",
"default_locale": "en",
"icons": {
"16": "icon-128.png",
"32": "icon-128.png",
"48": "icon-128.png",
"64": "icon-128.png",
"128": "icon-128.png"
},
"permissions": [
"tts",
"ttsEngine",
"contextMenus",
"storage",
"sidePanel",
"scripting",
"tabs",
"offscreen"
],
"side_panel": {
"default_path": "side-panel\/index.html"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "icon-128.png",
"default_title": "__MSG_extTitle__"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"host_permissions": [
"<all_urls>"
],
"content_scripts": [],
"web_accessible_resources": [
{
"resources": [
"offscreen\/index.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"*.js",
"*.css",
"*.svg",
"icon-128.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:3000\/*",
"https:\/\/app.readaloud.net\/*"
]
}
}