Favorite game [robo-space.com]

Favorite game [robo-space.com]

Favorite game for your convenience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extension_name__",
  "short_name": "__MSG_extension_shortname__",
  "description": "__MSG_extension_description__",
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup/index.html",
    "default_title": "__MSG_pageaction_title__"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "js": [
        "js/libs/pixi.dev.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "homepage_url": "http://concentration.robo-space.com",
  "icons": {
    "128": "icons/icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "*://robo-space.com/",
    "*://*.robo-space.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.3"
}