mozilla / tab-split

A magical place for tabs and tabs
https://testpilot.firefox.com
Mozilla Public License 2.0
3 stars 6 forks source link

Add updateURL to install.rdf #35

Closed pdehaan closed 6 years ago

pdehaan commented 6 years ago

Was comparing our install.rdf to other projects, such as Min-Vid, it seems like we may be need to add <em:updateURL> so add-ons can be auto-updated (once we've started deploying signed XPIs to testpilot.firefox.com):

<em:updateURL>https://testpilot.firefox.com/files/@min-vid/updates.json</em:updateURL>
fzzzy commented 6 years ago

We are now using a webextension, and the update_url has been added to the manifest.json.