Apollo

Apollo

Shanbay Android 团队自动Tag工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Apollo",
  "description": "Shanbay Android 团队自动Tag工具",
  "version": "1.1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "html/popup.html"
  },
  "options_page": "html/option.html",
  "permissions": [
    "activeTab",
    "tab",
    "storage",
    "https://git.17bdc.com",
    "https://unpkg.com"
  ]
}