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,
"default_locale": "en",
"description": "__MSG_description__",
"name": "__MSG_name__",
"short_name": "Multitran-popup",
"version": "3.0.1",
"homepage_url": "https:\/\/github.com\/flytaly\/multitran-extension",
"minimum_chrome_version": "94",
"background": {
"service_worker": ".\/dist\/background\/background.js"
},
"permissions": [
"storage",
"contextMenus"
],
"host_permissions": [
"https:\/\/www.multitran.com\/*",
"https:\/\/*.wiktionary.org\/api\/*",
"https:\/\/*.wikimedia.org\/*"
],
"web_accessible_resources": [
{
"resources": [
"templates.html",
"dist\/styles.css",
"images\/flags\/*.svg"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "__MSG_extension_title__",
"default_icon": {
"16": "images\/icon_light-16.png",
"32": "images\/icon_light-32.png",
"64": "images\/icon_light-64.png"
},
"theme_icons": [
{
"dark": "images\/icon-16.png",
"light": "images\/icon_light-16.png",
"size": 16
},
{
"dark": "images\/icon-32.png",
"light": "images\/icon_light-32.png",
"size": 32
},
{
"dark": "images\/icon-64.png",
"light": "images\/icon_light-64.png",
"size": 64
}
],
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+M"
}
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"dist\/content\/content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"icons": {
"48": "images\/icon_light-48.png",
"64": "images\/icon_light-64.png",
"96": "images\/icon_light-96.png",
"128": "images\/icon_light-128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}