TubeFresher

TubeFresher

Auto search on youtube

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_application_title__",
  "version": "1.1",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/jquery-1.11.0.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://www.andrefilipin.com.br/*"
  ],
  "browser_action": {
    "default_title": "TubeFresher",
    "default_popup": "popup.html",
    "default_icon": {
      "19": "icons48.png"
    }
  },
  "icons": {
    "16": "icons16.png",
    "48": "icons48.png",
    "128": "icons128.png"
  }
}