Smarter Duo

Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Smarter Duo",
  "version": "0.1",
  "description": "This extension makes Duolingo's choice of practice more intelligent",
  "author": "Ippo",
  "icons": {
    "128": "book.png"
  },
  "browser_action": {
    "default_icon": "book.png",
    "default_popup": "popup.html",
    "default_title": "Start practice"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://www.duolingo.com/api/1/"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  }
}