User:Jorge.villalobos/AddonPackaging/Manifest: Difference between revisions

Added some optional properties
(Added chrome-domain as a required property.)
(Added some optional properties)
Line 62: Line 62:
<pre>&lt;p id="type"&gt;2&lt;/p&gt;
<pre>&lt;p id="type"&gt;2&lt;/p&gt;
</pre>  
</pre>  
=== chrome-domain<br> ===
=== chrome-domain<br> ===


The chrome domain determines how chrome and resource URLs are resolved for the add-on.<br>
The chrome domain determines how chrome and resource URLs are resolved for the add-on.<br>  


'''Example:'''<br>
'''Example:'''<br>  
<pre>&lt;p id="chrome-domain"&gt;packagingspec&lt;/p&gt;
<pre>&lt;p id="chrome-domain"&gt;packagingspec&lt;/p&gt;
</pre>
</pre>  
For the above example, the add-on would be registering itself for URLs starting with ''chrome://packagingspec'' and ''resource://packagingspec''.<br>
For the above example, the add-on would be registering itself for URLs starting with ''chrome://packagingspec'' and ''resource://packagingspec''.<br>  


=== target-applications<br>  ===
=== target-applications<br>  ===
Line 126: Line 126:
== Optional properties<br>  ==
== Optional properties<br>  ==


(work in progress)<br>
=== description ===
 
A short description of the add-on - intended for display in the user interface. This description should fit on one short line of text.
 
'''Example:'''
<pre>&lt;p id="description"&gt;An example for the new add-on packaging specification.&lt;/p&gt;
</pre>
=== creator ===
 
The name of the creator/principal developer - intended for display in the user interface. This is a single value.<br>
 
'''Example:'''
<pre>&lt;p id="creator"&gt;Jorge Villalobos&lt;/p&gt;</pre>
=== developers ===
 
The name(s) of co-developers. You may specify multiple developers.
 
'''Example:'''<br>
<pre>&lt;ol id="developers"&gt;
 
  &lt;li&gt;John Doe&lt;/li&gt;
 
  &lt;li&gt;Jane Doe&lt;/li&gt;
 
&lt;/ol&gt;
</pre>
=== translators<br> ===
 
The name(s) of translators. You may specify multiple translators.
 
'''Example:'''
<pre>&lt;ol id="translators"&gt;
  &lt;li&gt;John Doe&lt;/li&gt;
 
  &lt;li&gt;Jane Doe&lt;/li&gt;
 
&lt;/ol&gt;
 
</pre>
=== contributors ===
 
The name(s) of additional contributors. You may specify more than one contributor.
 
'''Example:'''
<pre>&lt;ol id="contributors"&gt;
  &lt;li&gt;John Doe&lt;/li&gt;
 
  &lt;li&gt;Jane Doe&lt;/li&gt;
 
&lt;/ol&gt;
</pre>
<br>
canmove, Confirmed users
1,448

edits