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": "Tolgee Tools",
"version": "1.7.2",
"manifest_version": 3,
"description": "Translate your web application more effectively with Tolgee plugin!",
"action": {
"default_icon": {
"128": "icons\/inactive.png"
},
"default_popup": "index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "icons\/present.png"
},
"content_scripts": [
{
"js": [
"assets\/contentScript.ts-loader.d7822c08.js"
],
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"icons\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/contentScript.ts.540cb38e.js"
],
"use_dynamic_url": false
}
]
}