365Scores

365Scores

Live Scores, News and real time Notifications for your favorite sports - soccer, tennis, basketball, a. football and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "0.65",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2,
  "default_locale": "en",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "Images/365_24.png",
    "48": "Images/365_48.png",
    "128": "Images/365_128.png"
  },
  "background": {
    "page": "background.html"
  },
  "offline_enabled": true,
  "permissions": [
    "http://*.365scores.com/",
    "cookies",
    "notifications"
  ]
}