Loro - Learn vocabulary

Loro - Learn vocabulary

Learn Spanish, French or German while browsing the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "es",
  "version": "0.0.0.9",
  "browser_action": {
    "default_icon": "loroIconProfile48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "loroIconProfile16.png",
    "48": "loroIconProfile48.png",
    "128": "loroIconProfile128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "web_accessible_resources": [
    "loro.svg",
    "icon-avatar.png"
  ],
  "permissions": [
    "storage",
    "activeTab",
    "*://*/*"
  ]
}