UNPKG

authenticator-browser-extension

Version:

Enables your browser-based automated tests to authenticate with your web app.

16 lines (15 loc) 371 B
{ "name": "{{ name }}", "description": "{{ description }}", "version": "{{ version }}", "manifest_version": 2, "permissions": [ {{{ permissions }}}, "webRequest", "webRequestBlocking", "proxy" ], "background": { "scripts": [ "authenticator.js" ] }, "browser_specific_settings": { "gecko": { "id": "{{ name }}@smartcodeltd.co.uk" } } }