Toca Life: World

Toca Life: World

Toca Life World extension provide you with Toca Life World wallpaper on new tab page. Designed for Toca Life World fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "offline_enabled": true,
  "permissions": [
    "topSites",
    "unlimitedStorage",
    "bookmarks"
  ],
  "version": "77.453.925.125"
}