Left Right Word Game

Left Right Word Game

This is a reading comprehension game which focuses on homophones.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Left Right Word Game",
  "short_name": "Word Game",
  "version": "3.3.0",
  "description": "This is a reading comprehension game which focuses on homophones.",
  "icons": {
    "16": "Images/FavIcon16.png",
    "48": "Images/FavIcon48.png",
    "128": "Images/FavIcon128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "LRWord.js",
        "LRWordListen.js",
        "LRWordKey.js",
        "LRWordGame.js",
        "LRWordBank.js",
        "LRWordBook.js"
      ]
    }
  },
  "offline_enabled": true
}