Telos Authenticator (Sqrl)

Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet

What is Telos Authenticator (Sqrl)?

Telos Authenticator (Sqrl) is a Chrome extension developed by EOS Miami, and its main feature is "Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet".

Extension Screenshots

screenshot

Download Telos Authenticator (Sqrl) Extension CRX File

Download Telos Authenticator (Sqrl) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Telos Authenticator (Sqrl) for EOSIO blockchains is a Chrome extension that adopts the EOSIO Universal Authenticator Library standard for signing transactions securely.                    

Extension Basic Information

Name Telos Authenticator (Sqrl) Telos Authenticator (Sqrl)
ID fpabdmjmldajnkijknogckkhlmbnfiog
Official URL https://chromewebstore.google.com/detail/telos-authenticator-sqrl/fpabdmjmldajnkijknogckkhlmbnfiog
Description Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet
File Size 3.25 MB
Installation Count 29
Current Version 0.1.0
Last Updated 2019-07-04
Publish Date 2019-07-01
Developer EOS Miami
Email [email protected]
Payment Type free
Extension Website https://telosfoundation.io/downloads
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Telos-Authenticator-Sqrl",
    "name": "Telos Authenticator (Sqrl)",
    "description": "Universal account authenticator for EOSIO blockchains, powered by Telos' official Sqrl wallet",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Telos Authenticator (Sqrl)"
    },
    "options_page": "index.html#options",
    "permissions": [
        "storage",
        "tabs",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}