Esports Gold TV Guide

Esports Gold TV Guide

Esport matches at your fingertips. Find out what matches are live and who's playing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Esports Gold TV Guide",
  "short_name": "esg",
  "description": "Esport matches at your fingertips. Find out what matches are live and who's playing.",
  "version": "0.0.6",
  "author": "Lamify",
  "homepage_url": "https://www.esportsgold.com/",
  "options_page": "options.html",
  "icons": {
    "128": "img/esports-gold.png"
  },
  "browser_action": {
    "default_icon": "img/esports-gold.png",
    "default_title": "ESG Notifier",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/lib/csvtojson.min.js",
      "js/lib/object_hash.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "alarms",
    "storage",
    "notifications",
    "tabs",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/; object-src 'self'"
}