Fleck Landscape

Fleck Landscape

An unofficial user interface reskin for fleck.com. This rearranges the tall UI to use more horizontal space and increases the…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fleck Landscape",
  "version": "2.3.0.4",
  "options_page": "fancy-settings/source/index.html",
  "background": {
    "scripts": [],
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.fleck.com/*",
        "*://fleck.com/*"
      ],
      "js": [
        "jquery-1.9.1.min.js",
        "jquery.cssemoticons.min.js",
        "jquery-ui-1.10.2.custom.min.js",
        "rearrange.js"
      ],
      "css": [
        "jquery.cssemoticons.css",
        "landscape.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "chatHooks.js",
    "draggablePopups.js",
    "externalContent.js",
    "geoUtils.js",
    "statCollection.js",
    "weaponToggle.js",
    "weatherForecast.js",
    "jquery.cssemoticons.min.js",
    "jquery.cssemoticons.css",
    "entypo.css",
    "font/entypo.eot",
    "font/entypo.woff",
    "font/entypo.ttf",
    "font/entypo.svg"
  ],
  "permissions": [
    "http://www.fleck.com/*"
  ]
}