Inspect and view changes in 多喝水Record water 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
{
"name": "多å–æ°´Record water",
"version": "0.0.0.2",
"manifest_version": 3,
"description": "记录您的å–æ°´æƒ…å†µï¼Œé™ªä½ å¥åº·æ¯ä¸€å¤© Record your water intake, and keep healthy with you every day",
"icons": {
"128": "icons/drinks128x128.png"
},
"action": {
"default_popup": "resources/mian.html"
},
"author": {
"email": "371048998@qq.com"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"resources/mian.js"
],
"css": [
"resources/mian.css"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}