Crosswords Arena

Crosswords Arena

Play online against friends or the computer. Crosswords Arena is a free word game for two players.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "2.0.0.1",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "*://crosswordsarena.com/",
      "*://*.crosswordsarena.com/"
    ],
    "launch": {
      "web_url": "http://app.crosswordsarena.com/"
    }
  }
}