UNPKG

oidc-lib

Version:

A library for creating OIDC Service Providers

30 lines (25 loc) 703 B
{ "description": "Inserts an extra header in web requests indicating where the user's decentralized ID software is hosted", "manifest_version": 2, "name": "its-our-web", "version": "1.0", "homepage_url": "https://did.itsourweb.org", "icons": { "48": "icons/person-48.png" }, "author": "Kim Cameron", "permissions": [ "webRequest", "webRequestBlocking", "storage", "https://*/*" ], "background": { "scripts": ["background.js"] }, "browser_action": { "default_icon": "icons/person-32.png", "default_title": "Control whether sites are told you have a DID", "default_popup": "popup/configure_imw.html" } }