Confirmed users
746
edits
(added original page content) |
m (updated link syntax) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Marketplace_banner}} | |||
== Overview == | == Overview == | ||
Add-ons are a well-known concept in the world of web browsers, and this concept [https://developer.mozilla.org/en-US/Firefox_OS/Add-ons has been added to Firefox OS too]. A single Firefox OS add-on can extend just one app, several, or all of them. As a prototype there is an app on the latest builds of FirefoxOS called HackerSpace which holds add-ons. We would like to deprecate that app and replace it with the Marketplace officially supporting add-ons. | Add-ons are a well-known concept in the world of web browsers, and this concept [https://developer.mozilla.org/en-US/Firefox_OS/Add-ons has been added to Firefox OS too]. A single Firefox OS add-on can extend just one app, several, or all of them. As a prototype there is an app on the latest builds of FirefoxOS called HackerSpace which holds add-ons. We would like to deprecate that app and replace it with the Marketplace officially supporting add-ons. | ||
| Line 69: | Line 70: | ||
Add-ons are similar in structure and functionality to webapps, but have a few key differences: | Add-ons are similar in structure and functionality to webapps, but have a few key differences: | ||
* different [Marketplace/Add-ons/Validation|validation rules and required fields] | * different [[Marketplace/Add-ons/Validation|validation rules and required fields]] | ||
* generated UIDs are included in the mini-manifest | * generated UIDs are included in the mini-manifest | ||
* true blocklisting, without forced empty updates | * true blocklisting, without forced empty updates | ||
| Line 89: | Line 90: | ||
== Tracking bugs == | |||
* Pivotal tracker: https:// | * Pivotal tracker (exported archive): https://drive.google.com/open?id=0B3KnWfn_4CqGMnh1Tk1RN2FhWFE | ||
* Bugzilla (main tracking bug): {{Bugzilla|1195470}} | * Bugzilla (main tracking bug): {{Bugzilla|1195470}} | ||
<bugzilla> | <bugzilla> | ||
{ "blocks": ["1195470"], "status": ["UNCONFIRMED", "ASSIGNED", "NEW", "REOPENED"] } | { | ||
"blocks": ["1195470"], | |||
"status": ["UNCONFIRMED", "ASSIGNED", "NEW", "REOPENED"], | |||
"include_fields": "id, summary, priority, status" | |||
} | |||
</bugzilla> | </bugzilla> | ||