forked from HubSpot/cms-theme-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Web Manifest #83
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
I think a great inclusion into this framework would be a web manifest file, with the ability to configure it through variables in theme-variables.css. Using the HubL variables to populate the manifest file.
https://developer.mozilla.org/en-US/docs/Web/Manifest
One of the challenges I see is that .webmanifest and .json files cannot be created in the design manager. If browsers support .js we can use that instead, but we'll need to test it, I think some browsers may be okay with it but others might ignore it.