Confirmed users
130
edits
Wmccloskey (talk | contribs) (file fmt) |
Wmccloskey (talk | contribs) (add list of supported manifest directives) |
||
Line 11: | Line 11: | ||
For the time being, extensions will still be packaged as .xpi files. The .xpi file will contain the same files as the Chrome extension, including manifest.json. It will also include bootstrap.js and install.rdf files that allow it to be loaded into Firefox. We are considering adopting Opera's .nex file format for extensions. | For the time being, extensions will still be packaged as .xpi files. The .xpi file will contain the same files as the Chrome extension, including manifest.json. It will also include bootstrap.js and install.rdf files that allow it to be loaded into Firefox. We are considering adopting Opera's .nex file format for extensions. | ||
== List of supported manifest.json directives == | |||
* name | |||
* version | |||
* description | |||
* content_scripts | |||
* permissions | |||
* webAccessibleResources | |||
* background | |||
* browser_action | |||
* default_locale | |||
== List of supported APIs == | == List of supported APIs == |