mozilla / apk-factory-service

Web service which converts Open Web Apps into native Android apps
42 stars 18 forks source link

Check if manifest is valid #29

Closed ozten closed 10 years ago

ozten commented 10 years ago

Per Issue#15 using the logic in https://github.com/mozilla/gecko-dev/blob/628b85da4fce70f814e49650197a69ad955873b5/dom/apps/src/AppsUtils.jsm#L259-L333

We should check to see if a manifest is valid, before using it.

ozten commented 10 years ago

Fixed in pull request https://github.com/mozilla/apk-factory-service/pull/30