Inspect and view changes in PopupWord-弹词 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
{
"manifest_version": 3,
"name": "PopupWord-å¼¹è¯",
"version": "2.6",
"default_locale": "en",
"description": "__MSG_appDescription__",
"action": {
"default_icon": {
"16": "assets/icon/logo125.png",
"32": "assets/icon/logo125.png",
"48": "assets/icon/logo.png",
"128": "assets/icon/logo.png"
}
},
"icons": {
"16": "assets/icon/logo125.png",
"32": "assets/icon/logo125.png",
"48": "assets/icon/logo.png",
"128": "assets/icon/logo.png"
},
"permissions": [
"activeTab",
"tabs",
"webNavigation",
"storage"
],
"host_permissions": [
"https://cdn.jsdelivr.net/*",
"http://*/*",
"https://*/*",
"https://openapi.youdao.com/api/*"
],
"background": {
"service_worker": "dist/background.bundle.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"dist/content.bundle.js"
],
"css": [
"content.css",
"styles/faall.min.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"assets/json/*",
"styles/*",
"content.css",
"dist/*",
"webfonts/*"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}