Inspect and view changes in 兔子洞: 神奇的微信读书体验 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",
"manifest_version": 3,
"name": "兔子洞: 神奇的微信读书体验",
"description": "你的下一章,何必是下一章",
"version": "0.0.13",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"permissions": [
"storage",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://weread.qq.com/*"
],
"js": [
"content-scripts/weread.js"
]
}
]
}