Jumpcut

Jumpcut

Navigate videos through YouTube comments, or make your own personal edit of the video and share it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_icon": {
      "38": "images/icon38.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "Jumpcut"
  },
  "content_scripts": [
    {
      "css": [
        "content.css",
        "tagger/tagger.css",
        "style/common.css",
        "style/animate.css"
      ],
      "js": [
        "common.js",
        "tagger/tagger.js",
        "content.js"
      ],
      "matches": [
        "https://*.youtube.com/*"
      ]
    }
  ],
  "description": "Navigate videos through YouTube comments, or make your own personal edit of the video and share it!",
  "icons": {
    "38": "images/icon38.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+mn0yW5ZTsl6b9PakNo3G7798U56OwRkgBE81WuraxD0W8xewRlq8CY37LYOzQTAERI05PR2S0UP8oZgEvbAkAPAlJW2hdc8P/vIba8s58p5cB1PCa6YgO9gobnN+Ns072kIueLTPlro2srC0z+nzf1kDljjz4+9GrT2faA8FHoSUNMF+mfvQgO3/laD0N95GAoqlo2wfTF8d3bqSEyxWCvcYEFzz8pOBiYLGKRMRUyz9R1svHn0311r1Db1qCS558GIEICg2O7S/8fVQtD84SAeWeLzfMhooevu1r2u93tnAK+r9+6FoNfINkQdQ5rWWXWAlltv/65y/hQ80/rxwIDAQAB",
  "manifest_version": 3,
  "name": "Jumpcut",
  "permissions": [
    "storage",
    "clipboardWrite",
    "tabs",
    "identity"
  ],
  "host_permissions": [
    "https://us-central1-jumpcutbackend.cloudfunctions.net/*"
  ],
  "oauth2": {
    "client_id": "533316747233-8togpbo1g36e02ao7lt534rn1a8td0jq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "short_name": "Jumpcut",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5",
  "web_accessible_resources": [
    {
      "resources": [
        "tagger/tagger.html"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}