365Scores - Live Scores and Sports News

365Scores - Live Scores and Sports News

Live The Game With 365Scores! Get live scores and sports news updates on your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "Images/logo-48.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://suggest.finditnowonline.com https://cdn.jsdelivr.net https://widgets.365scores.com https://widgets-dev.365scores.com https://sdk.amazonaws.com; object-src 'self' https://ssl.google-analytics.com https://apis.google.com https://platform.twitter.com 'unsafe-eval'; script-src-elem 'self' 'unsafe-inline' https://suggest.finditnowonline.com https://ssl.google-analytics.com https://imagescache.365scores.com https://widgets.365scores.com https://widgets-dev.365scores.com https://www.googletagmanager.com https://www.google-analytics.com https://sdk.amazonaws.com https://cdn.jsdelivr.net;",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "Images/logo-16.png",
    "48": "Images/logo-48.png",
    "128": "Images/logo-128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCRGCH8h86MbG0/wEBF24eeWQrUYw9mk0O2ctKrjPJ2nYqAgTRfc0t5dWn7RjTMwFVIOE43fOwA0uVpUHcERmr0jsoPc5qkQ+XOjOEfVanJwEQJOTPfIJ/0F44s2I0JQTBCFfcVKSoN9rkTHqTunMLdiU66cZl6jZe0pDUq5/juyQIDAQAB",
  "manifest_version": 2,
  "name": "365Scores - Live Scores and Sports News",
  "options_page": "UI/settings.html",
  "permissions": [
    "*://*.get365scores.com/",
    "cookies",
    "*://*.365scores.com/",
    "notifications"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "new-tab/index.html"
  },
  "version": "1.9.8"
}