IELTS Exam: Vocabulary

IELTS Exam: Vocabulary

Play & learn vocabulary for IELTS Exam. 1250 words. Easy tests. Game.

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__",
  "short_name": "Vocabla: IELTS",
  "version": "1.1.2",
  "default_locale": "en",
  "app": {
    "urls": [
      "https://vocabla.com/",
      "http://vocabla.com/"
    ],
    "launch": {
      "web_url": "http://vocabla.com/lists/98867-ielts-part-1-by-vocabla?utm_source=chrome_hosted_app&utm_medium=chrome_web_store&utm_campaign=chrome_ielts_app"
    }
  },
  "background": {
    "page": "https://vocabla.com/background_page.html"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications",
    "background"
  ],
  "manifest_version": 2
}