Examine source code of 图片字幕生成器

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": "图片字幕生成器",
  "version": "1.0",
  "description": "一个简单的工具,用于在图片上添加字幕和水印",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "1": "images/icon1.png"
    }
  },
  "icons": {
    "16": "images/icon.png"
  },
  "permissions": [
    "downloads"
  ]
}