Bringe

Bringe

Get Bringe to get ratings, reviews, trailers, subtitles, Streaming / Download links and more of your favourite Movies and TV Shows

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bringe",
  "short_name": "Bringe",
  "description": "Get Bringe to get ratings, reviews, trailers, subtitles, Streaming / Download links and more of your favourite Movies and TV Shows",
  "version": "0.0.2.3",
  "browser_action": {
    "default_icon": "images/bringe-48.png",
    "default_title": "Bringe"
  },
  "omnibox": {
    "keyword": "b"
  },
  "commands": {
    "launch-bringe": {
      "suggested_key": {
        "default": "Ctrl+Shift+B",
        "mac": "Command+Shift+B"
      },
      "description": "Launch Bringe"
    }
  },
  "icons": {
    "16": "images/bringe-16.png",
    "48": "images/bringe-48.png",
    "128": "images/bringe-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "background",
    "downloads",
    "downloads.shelf",
    "downloads.open"
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}