AutoConvert - you select, it converts

AutoConvert - you select, it converts

Automatically converts values from other units, currencies and time zones

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2023.0214.2.1",
  "version_name": "2.1.0",
  "name": "__MSG_appName__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "img/ac16-nb.png",
    "48": "img/ac48-nb.png",
    "128": "img/ac128-nb.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": {
      "16": "img/ac16-nb.png",
      "24": "img/ac24-nb.png",
      "32": "img/ac32-nb.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "popup.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Period",
        "mac": "Command+Period",
        "chromeos": "Ctrl+Period",
        "linux": "Ctrl+Period"
      },
      "description": "Start the extension"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "offline_enabled": true,
  "optional_permissions": [
    "identity",
    "identity.email"
  ],
  "permissions": [
    "alarms",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvw9KFbTENxiKQ73kpVlCQj+6Ebq1L/cdclL2rS0Vp+g3k3PiFD1XKjmM+UqLrYTbMsDYpBd8bXH/2+R2CVx32C89ppEO4xjmPmlFECEGeiuEHlqjzAuMW+bGEN8Qe9xAyjfoqAKp84nixZRWiVQkVkaJ+PoHHQk3LbJHK50qAljhuVPNXRuvjjNmnyw/dKhpEfkg1s8FkyO57PeW94IFPZUCJZJiUO76BTwLQ3sXugyoChD5ws2KqQUp5BPdhqzih99c/tuX2xkFA8Wx5badPo5mtTXOJXkw1ljuMKEgKUEC+MAB/6lCsE85A0ODnegVW7bzTk4Vnkv+b7uUOTZudwIDAQAB",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/acs.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/ext/jquery-3.3.1.min.js",
        "js/constants.js",
        "js/utils.js",
        "js/licenseUtils.js",
        "js/settings.js",
        "js/acs.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "externally_connectable": {
    "matches": [
      "https://*.oorjalabs.com/*"
    ],
    "ids": [
      "einokpbfcmmopbfbpiofaeohhkmcbbcg",
      "iipjdmnoigaobkamfhnojmglcdbnfaaf",
      "mndijfcodpjlhgjcpcbhncjakaboedbl",
      "ndaldjfflhocdageglcnflfanmdhgfbi",
      "aaiicdnkfldglpocbdlihoepjfkjplda",
      "pbghjbbdfkjffaalmcfgelakmeckapnd",
      "hjheoelfkeadifffbnfalekganbennde"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "options.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}