Examine source code of 多喝水Record water

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"
}