MyPlayCity Games Search

MyPlayCity Games Search

MyPlayCity Games Search

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "http://my.myplaycity.com/favicon.ico",
      "image_url": "http://my.myplaycity.com/results.php?category=image&s={searchTerms}",
      "is_default": true,
      "keyword": "myplaycity.com",
      "name": "MyPlayCity",
      "search_url": "http://my.myplaycity.com/results.php?utm_source=ext_abs&utm_medium=chrome&category=web&s={searchTerms}__PARAM__",
      "suggest_url": "http://my.myplaycity.com/suggest/?suggest={searchTerms}"
    }
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "MyPlayCity Search"
  },
  "content_scripts": [
    {
      "js": [
        "mpc_content.js"
      ],
      "matches": [
        "http://www.myplaycity.com/*"
      ]
    }
  ],
  "description": "MyPlayCity Games Search",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "default.js"
    ]
  },
  "manifest_version": 2,
  "name": "MyPlayCity Games Search",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}