categories
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Type | Array of String s |
---|
The categories
member is an array of strings defining the names of categories that the application supposedly belongs to. There is no standard list of possible values, but the W3C maintains a list of known categories.
Note: categories
are used only as hints for catalogs or stores listing web applications. Like search engines and meta keywords, catalogs and stores are free to ignore them.
Note: categories
values are lower-cased by the stores and catalogs before processing, so "News" and "news" are treated as the same value. Developers are encouraged to use lower case in the first place.
Example
json
"categories": ["books", "education", "medical"]
Specifications
Specification |
---|
Web App Manifest - Application Information # categories-member |
Browser compatibility
BCD tables only load in the browser