Livesport.bg

Livesport.bg

Последни спортни новини от България и света, видео и снимки. Всичко свързано със футбол, волейбол, тенис, баскетбол и други

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon16x16.png",
    "default_popup": "index.html"
  },
  "description": "Последни спортни новини от България и света, видео и снимки. Всичко свързано със футбол, волейбол, тенис, баскетбол и други",
  "icons": {
    "16": "icon16x16.png",
    "32": "icon16x16.png",
    "48": "icon16x16.png",
    "128": "icon16x16.png"
  },
  "manifest_version": 2,
  "name": "Livesport.bg",
  "permissions": [
    "tabs",
    "notifications",
    "http://www.livesport.bg/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.3",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://*.livesport.bg/*"
      ],
      "js": [
        "jquery-1.11.0.min.js",
        "installed.js"
      ],
      "run_at": "document_start"
    }
  ]
}