My Talking Tom 2 - Virtual Pet Simulator

My Talking Tom 2 - Virtual Pet Simulator

My Talking Tom 2 extension provide you with My Talking Tom 2 on new tab page. Designed for Talking Tom fans.

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": "70.91.224.11",
  "web_accessible_resources": [
    "html/skin/*"
  ]
}