appsforartists / midicast

a web extension that streams songs from a web page to a MIDI instrument
Apache License 2.0
16 stars 3 forks source link

Production-quality manifest.json #21

Closed appsforartists closed 7 years ago

appsforartists commented 7 years ago

manifest.json has some security settings disabled to make HMR work. We need a production-quality version.

What are the minimum necessary permissions? Can we defer asking for permission to fetch until after a user does something?

appsforartists commented 7 years ago

34 #35 and #36 are my notes from my chat with Devlin about making a production-quality manifest.

Other actions to take:

appsforartists commented 7 years ago

Looks like I can remove CSP entirely; the default is:

script-src 'self'; object-src 'self'