V LIBRE

V LIBRE

Create your V LIVE fansubs easier and faster. Powered by the Google Translation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "V LIBRE",
  "version": "0.1.6",
  "description": "__MSG_extension_description__",
  "manifest_version": 2,
  "default_locale": "en",
  "background": {
    "scripts": [
      "./lib/jquery-ui-1.12.1.custom/external/jquery/jquery.js",
      "background/authorize.js",
      "background/userinfo.js",
      "background/main.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.googletagmanager.com https://google-analytics.com; object-src 'self'",
  "permissions": [
    "identity",
    "declarativeContent",
    "storage",
    "tabs",
    "activeTab",
    "*://www.googleapis.com/*",
    "*://accounts.google.com/*",
    "*://ckr-env-staging.ap-northeast-2.elasticbeanstalk.com/msgpasser/"
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}