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": "Mcabin Translator - Manga\u3001Webtoon & Comic Translator",
"version": "1.0.6",
"description": "__MSG_appDescription__",
"default_locale": "en",
"permissions": [
"storage",
"sidePanel",
"activeTab",
"notifications",
"identity",
"scripting",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"downloads"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"oauth2": {
"client_id": "11780907150-v28qdv4e3kgk4atql9qv03h24gpi9b1j.apps.googleusercontent.com",
"scopes": [
"openid",
"profile",
"email"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"spark-md5.js",
"content_loader.js"
],
"css": [
"content.css"
],
"type": "module"
}
],
"side_panel": {
"default_path": "sidebar.html"
},
"action": {
"default_title": "Open Mcabin Translator",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/save-icon.png",
"content.js",
"api.js",
"config\/config.js",
"config\/config.prod.js"
],
"matches": [
"<all_urls>"
]
}
]
}