Inspect and view changes in MiraiTranslate Search Extension source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "MiraiTranslate Search Extension",
"version": "1.0.2",
"description": "This extension opens Mirai in a new tab and autocompletes the selected text into the translation box.",
"manifest_version": 3,
"permissions": [
"contextMenus",
"tabs",
"storage"
],
"icons": {
"16": "images/head_logo-16_x_16.png",
"32": "images/head_logo-32_x_32.png",
"48": "images/head_logo-48_x_48.png",
"128": "images/head_logo-128_x_128.png"
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"
}
}