Barefoot Essentials

Barefoot Essentials

Adds many improvements to the GOG.com website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.2",
  "name": "Barefoot Essentials",
  "description": "Adds many improvements to the GOG.com website.",
  "short_name": "BarefootGOG",
  "manifest_version": 2,
  "icons": {
    "16": "BE-logo-16.png",
    "32": "BE-logo-32.png",
    "48": "BE-logo-48.png",
    "96": "BE-logo-96.png",
    "128": "BE-logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.gog.com/*"
      ],
      "js": [
        "jquery.min.js",
        "gm.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "https://www.gog.com/",
    "storage",
    "tabs"
  ]
}