Dragon City

Dragon City

Dragon City extension provide you with Dragon City design on new tab page. Created for Dragon City 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"
  },
  "description": "Dragon City extension provide you with Dragon City design on new tab page. Created for Dragon City fans.",
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "name": "Dragon City",
  "version": "920.102.540.215",
  "permissions": [
    "topSites",
    "bookmarks"
  ]
}