TOP IO GAMES New Tab

TOP IO GAMES New Tab

TOP IO GAME, Best Free games on topiogame.com!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "offline_enabled": false,
  "name": "__MSG_appName__",
  "short_name": "Little Alchemy 2",
  "description": "__MSG_appDesc__",
  "default_locale": "en_US",
  "version": "11.12.20.1",
  "author": "topiogame",
  "icons": {
    "16": "icon-16x16.png",
    "32": "icon-32x32.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  },
  "browser_action": {
    "default_icon": "icon-32x32.png",
    "default_title": "Little Alchemy 2 IO",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}