FAskin

FAskin

Modification of the default look of the online football manager www.footballarena.org.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FAskin",
  "version": "15.11.3",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "default_locale": "en",
  "minimum_chrome_version": "26",
  "content_scripts": [
    {
      "matches": [
        "*://www.footballarena.org/*"
      ],
      "css": [
        "stylesheet.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "pics/avatar.gif",
    "pics/letter-a.png",
    "pics/letter-b.png",
    "pics/manager.gif"
  ]
}