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_ExtName__",
"version": "1.7.9",
"minimum_chrome_version": "128",
"description": "__MSG_ExtDescription__",
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"default_locale": "en",
"permissions": [
"declarativeNetRequest",
"storage",
"offscreen"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content.js"
],
"css": [
"style.css"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/48-dark_gray.png",
"assets\/*.svg",
"assets\/styles\/*.css",
"*.js.map"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "translator",
"path": "rules\/translator.json"
}
]
}
}