Underline

Underline

Learn a foreign language with a personalized database of flashcards based on the content you view every day!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "version": "0.1.33",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "contextMenus",
    "tabs"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "64": "logo64.png",
    "128": "logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "devtools_page": "devtools.html",
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "u_icon.png",
        "/src/assets/img/svg/*",
        "/src/assets/fonts/*",
        "play_word.svg",
        "icon_add_flash.svg"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extensions": [
        "dbfdphnkgidhanpaeacokgpcbmpkpnfi",
        "fpkjgnidklefaamfknpgamdmkphedlcc"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:8000/*",
      "https://getunderline.io/*",
      "https://underline-landing.web.app/*"
    ]
  }
}