chromium / caterpillar

Project to investigate porting Chrome Apps to websites.
Apache License 2.0
59 stars 31 forks source link

Generating app.info.js based on a manifest containing single-quotes results in JS syntax errors #40

Closed m-alger closed 8 years ago

m-alger commented 8 years ago

This is due to replacing the double-quotes with single-quotes to fit the code style.

m-alger commented 8 years ago

Resolved in this CL.