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",
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "1.0.5",
"description": "__MSG_appDesc__",
"default_locale": "en",
"action": {
"default_popup": "extension.html"
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"activeTab",
"tts"
],
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader-Cz0k9S5H.js"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"https:\/\/linbly.com\/*",
"https:\/\/*.linbly.com\/*",
"http:\/\/localhost:8080\/*"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"index.html",
"assets\/*",
"*.js",
"*.css",
"*.png",
"*.svg",
"assets\/logo-CUj7bCfM.png",
"assets\/searchModes-B-4kqZCn.js",
"assets\/logo-CLyv-fyy.js",
"assets\/api-Db5ltXob.js",
"assets\/settings-DfHFTzVv.js",
"assets\/star-Cg2yO6FX.js",
"assets\/volume-2-BnLzqGWs.js",
"assets\/content.tsx-Ckyof-FY.js"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; media-src 'self' https:\/\/translate.google.com;"
}
}