MyPlayCity Games

MyPlayCity Games

Provides wide opportunities for both entertainment and Internet browsing on the new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Open MyPlayCity Games"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_scripts": [
    {
      "js": [
        "mpc_content.js"
      ],
      "matches": [
        "http://www.myplaycity.com/*"
      ]
    }
  ],
  "description": "Provides wide opportunities for both entertainment and Internet browsing on the new tab.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "default.js"
    ]
  },
  "manifest_version": 2,
  "name": "MyPlayCity Games",
  "short_name": "MyPlayCity Games",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.8"
}