Inspect and view changes in Đàm thoại - Từ vựng tiếng Anh 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": "Đàm thoại - Từ vựng tiếng Anh",
"version": "2.0.3",
"manifest_version": 3,
"description": "Đàm thoại - Từ vựng tiếng Anh",
"action": {
"default_title": "Đàm thoại - Từ vựng tiếng Anh",
"default_popup": "popup.html",
"default_icon": {
"16": "images/16_N.png",
"32": "images/32_N.png",
"48": "images/48_N.png",
"128": "images/128_N.png"
}
},
"icons": {
"16": "images/16_N.png",
"32": "images/32_N.png",
"48": "images/48_N.png",
"128": "images/128_N.png"
},
"background": {
"service_worker": "js/background.js"
},
"oauth2": {
"client_id": "320750231653-vq3ijhpr57nequ7uajau9cu38obktgn3.apps.googleusercontent.com",
"scopes": [
"profile",
"email",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
]
},
"permissions": [
"contextMenus",
"notifications",
"identity",
"identity.email",
"storage"
]
}