ipfs/ipfs-companion

Create WebExtensions Experiments to Prototype Missing APIs

Open

#343 opened on Dec 19, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (364 forks)batch import
area/firefoxexp/experthelp wantedstatus/ready

Repository metrics

Stars
 (1,992 stars)
PR merge metrics
 (Avg merge 53d 3h) (1 merged PR in 30d)

Description

Background

WebExtensions are a cross-browser system for developing browser add-ons.

Firefox has a transparent process for triaging requests for new APIs, plus there is a special SDK for creating WebExtensions Experiments .

WebExtensions Experiments allow developers to write experimental WebExtensions APIs for Firefox. They can be used to prototype APIs for landing in Firefox, or for use on Nightly or Developer Edition.

Open Problems in Browser Contexts

Experiments to Prototype

Work below is up-for-grabs, unless marked as "in progress".

mozilla/libdweb

This repositiory hosts community effort of implementing experimental APIs for Firefox WebExtensions with a goal of enabling dweb protocols in Firefox through an add-ons. The long term goal of this project is to eventually integrate this APIs into WebExtensions ecosystem. – https://github.com/mozilla/libdweb

References

Contributor guide