High Heels! on PC

High Heels! on PC

High Heels! on PC is a quirky obstacle course game that you control a character wearing high heels while navigating the runway.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "background": {
    "persistent": true,
    "scripts": [
      "/html/chrome/settings.js",
      "/html/common/prefs-sys.js",
      "/html/chrome/utils.js",
      "/html/chrome/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "html/skin/icons/16.png",
      "48": "html/skin/icons/48.png",
      "128": "html/skin/icons/128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "/html/index.html"
  },
  "icons": {
    "16": "html/skin/icons/16.png",
    "48": "html/skin/icons/48.png",
    "128": "html/skin/icons/128.png"
  },
  "manifest_version": 2,
  "offline_enabled": true,
  "permissions": [
    "topSites"
  ],
  "version": "30.3.25.1",
  "web_accessible_resources": [
    "html/skin/*"
  ]
}