Learn English

Learn English

This app is designed to teach you and help you learn English for free through vocabulary, phrases, grammar and flashcards…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Learn English",
  "version": "1",
  "icons": {
    "128": "128.png",
    "256": "256.png"
  },
  "app": {
    "urls": [
      "http://learn101.org/english.php"
    ],
    "launch": {
      "web_url": "http://learn101.org/english.php"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "manifest_version": 2
}