r/soccer goals

r/soccer goals

Fetches you the goals uploaded on r/soccer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "r/soccer goals",
  "short_name": "r/soccer goals",
  "version": "0.0.1.1",
  "description": "Fetches you the goals uploaded on r/soccer.",
  "icons": {
    "16": "./images/icons/icon_16.png",
    "48": "./images/icons/icon_48.png",
    "128": "./images/icons/icon_128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "./images/icons/icon_16.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ],
  "options_page": "options/options.html",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}