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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "0.2.2",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_icon": "img\/logo-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-D_agHR54.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
},
{
"js": [
"assets\/Content.tsx-loader-C3y6_svU.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"img\/logo-16.png",
"img\/logo-32.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-DiAWwo8h.js",
"assets\/chunk-BdKSczxk.js",
"assets\/chunk-BXh1c8iD.js",
"assets\/chunk-s4q-l0Cl.js",
"assets\/chunk-mg-JU9IV.js",
"assets\/chunk-CQmVfuAt.js",
"assets\/chunk-DfddvXG_.js",
"assets\/chunk-DB_1SeZ9.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"contextMenus",
"activeTab",
"tabs",
"storage",
"scripting",
"offscreen"
],
"host_permissions": [
"https:\/\/localhost:3000\/*",
"<all_urls>"
],
"commands": {
"toogle-play": {
"description": "Play \/ Stop reading"
},
"next": {
"description": "Next sentence"
},
"prev": {
"description": "Previous sentence"
},
"restart": {
"description": "Restart from beginning"
},
"toggle-one-all": {
"description": "Switch between single and all sentence modes"
}
}
}