QuickCur - Bubble Currency Converter

QuickCur - Bubble Currency Converter

Select the number on your page, right click and show result in bubble. SUPER FAST WAY!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "version": "1.2.5",
  "manifest_version": 3,
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "options_page": "options.html",
  "default_locale": "zh_TW",
  "permissions": [
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "lib/TypeAhead.js",
        "lib/jquery-ui.min.js",
        "lib/jquery-3.6.4.min.js",
        "lib/bootstrap.min.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://tw.rter.info/capi.php"
    ]
  },
  "host_permissions": [
    "https://tw.rter.info/"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/16x16.png",
      "32": "/images/32x32.png",
      "48": "/images/48x48.png",
      "128": "/images/128x128.png"
    }
  },
  "icons": {
    "16": "/images/16x16.png",
    "32": "/images/32x32.png",
    "48": "/images/48x48.png",
    "128": "/images/128x128.png"
  }
}