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_appName__",
"version": "1.1.4",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"content_scripts": [
{
"js": [
"assets\/content-script.ts-loader-BnkZH6Ey.js"
],
"matches": [
"<all_urls>"
],
"css": [
"assets\/libs\/paraHighlight.css"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"tabs",
"scripting",
"contextMenus",
"offscreen"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/*",
"static\/*",
"assets\/chromeMessages-D-1IVLzM.js",
"assets\/voices-C9oi4yvS.js",
"assets\/index-RTId_MAN.js",
"assets\/content-script.ts-ClfMVWPi.js"
],
"use_dynamic_url": false
}
],
"version_name": "1.1.4"
}