This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
ManifoldJS Core Library v1.0.0
Enhancements
- Support option to specify the manifest format and skip the detection. Valid values are: w3c, chromeos, edgeextension (issue #21)
Bug Fixes
- Added missing members for W3C manifest validation: description, background_color, dir (issue #12)
- Fix issue while loading packages when using the library from sub-folders (issue #19)
- Only run the "All Platform" validations for W3C manifests (issue #20)
- Fix error in syncFiles when processing subfolders (issue #15)