Movie Cut

Movie Cut

Edit online videos and share results with friends. Youtube and Netflix movies are supported

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Movie Cut",
  "short_name": "moviecut",
  "version": "1.5",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "homepage_url": "https://www.moviecut.online",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png",
      "48": "icons/icon48.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "exclude_matches": [
        "https://plus.google.com/hangouts/*",
        "https://hangouts.google.com/hangouts/*",
        "https://meet.google.com/*",
        "https://teamtreehouse.com/*",
        "http://www.hitbox.tv/*"
      ],
      "css": [
        "material-icons.css",
        "inject.css"
      ],
      "js": [
        "starter.js",
        "jquery-3.2.1.min.js",
        "mouse.js",
        "inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "inject.css",
    "shadow.css",
    "icons/icon16.png",
    "icons/icon38.png",
    "netflix-inject.js"
  ],
  "default_locale": "en"
}