Open Web App Manifest
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Web |extensions={{ext|webapp}} |mimetypes={{mimetype|application/x-web-app-manifest+json}} }} An '''Open Web App''' is Mozilla's a...") |
Ross-spencer (Talk | contribs) (Provide more context for archive.org links) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
|mimetypes={{mimetype|application/x-web-app-manifest+json}} | |mimetypes={{mimetype|application/x-web-app-manifest+json}} | ||
}} | }} | ||
− | + | An '''Open Web App''' is Mozilla's answer to the proprietary app stores. It is a website that has an acompanying manifest file which accomplishes such things as granting the "app" permission to access things on the user's device (such as contact lists) if it is properly installed, and giving it an icon which can be placed on a system desktop. When run, a web app behaves more like a native program than a website, even though it is actually being accessed on the web. These apps are supported by the Firefox browser on various platforms including Windows systems and Android mobile devices. | |
− | An '''Open Web App''' is Mozilla's answer to the proprietary app stores. It is a website that has an acompanying manifest file which accomplishes such things as granting the "app" permission to access things on the user's device (such as contact lists) if it is properly installed, and giving it an icon which can be placed on a system desktop. These apps are supported by the Firefox browser on various platforms including Android mobile devices. | + | |
Manifest files are in [[JSON]] format and given a '''.webapp''' extension. The MIME type of '''application/x-web-app-manifest+json''' is used (enforced by the Firefox Marketplace, though not by the browser itself). | Manifest files are in [[JSON]] format and given a '''.webapp''' extension. The MIME type of '''application/x-web-app-manifest+json''' is used (enforced by the Firefox Marketplace, though not by the browser itself). | ||
== Links and references == | == Links and references == | ||
− | * [https://developer.mozilla.org/en-US/docs/Apps/Manifest App manifest docs (Mozilla)] | + | * [https://web.archive.org/web/20130806161912/https://developer.mozilla.org/en-US/docs/Web/Apps/Manifest App manifest docs (Mozilla) (Early archive.org reference)] |
+ | * [https://web.archive.org/web/20210327233048/https://developer.mozilla.org/en-US/docs/Archive/B2G_OS/Firefox_OS_apps/Building_apps_for_Firefox_OS/Manifest 2021 archive.org reference with more information about required fields] | ||
* [https://marketplace.firefox.com/ Firefox Marketplace] | * [https://marketplace.firefox.com/ Firefox Marketplace] | ||
+ | |||
+ | [[Category:JSON based file formats]] | ||
+ | [[Category:Mozilla]] |
Latest revision as of 11:56, 18 April 2025
An Open Web App is Mozilla's answer to the proprietary app stores. It is a website that has an acompanying manifest file which accomplishes such things as granting the "app" permission to access things on the user's device (such as contact lists) if it is properly installed, and giving it an icon which can be placed on a system desktop. When run, a web app behaves more like a native program than a website, even though it is actually being accessed on the web. These apps are supported by the Firefox browser on various platforms including Windows systems and Android mobile devices.
Manifest files are in JSON format and given a .webapp extension. The MIME type of application/x-web-app-manifest+json is used (enforced by the Firefox Marketplace, though not by the browser itself).