Dreamland Story - Play Game Shortcut

Dreamland Story - Play Game Shortcut

Launches Dreamland Story straight from your browser toolbar. Play whenever you want!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/actions.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/DS_Beacon_Icon_16x16.png",
    "48": "icons/DS_Beacon_Icon_48x48.png",
    "128": "icons/DS_Beacon_Icon_128x128.png"
  },
  "browser_action": {
    "default_icon": "icons/DS_Beacon_Icon_48x48.png"
  },
  "manifest_version": 2,
  "version": "0.4.1"
}