Aprelendo

Aprelendo

Add texts to your Aprelendo library.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.4",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://www.aprelendo.com",
  "icons": {
    "16": "icons/aprelendo16.png",
    "48": "icons/aprelendo48.png",
    "128": "icons/aprelendo128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "action": {
    "default_icon": "icons/aprelendo48.png",
    "default_title": "Add to Aprelendo",
    "default_popup": "popup/choose_lang.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "add-page": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "__MSG_shortcutDescription__"
    }
  },
  "default_locale": "en"
}