BeeCut - Online Video Editor

BeeCut - Online Video Editor

Various features to crop, merge, convert gif, speech to text, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "1.0.1",
  "description": "__MSG_description__",
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "browser_action": {
    "default_icon": "img/logo-128.png",
    "default_title": "__MSG_title__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "http://www.apowersoft.com/*",
    "https://www.apowersoft.com/*"
  ],
  "homepage_url": "https://www.apowersoft.com/online-video-editor",
  "omnibox": {
    "keyword": "online video editor"
  },
  "default_locale": "zh_CN"
}