1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/apps/tests/asmjs/manifest.webapp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +{ 1.5 + "name" : "Asm.js test app", 1.6 + "version" : "VERSIONTOKEN", 1.7 + "package_path": "asmjs_app.sjs?getPackage=true", 1.8 + "description": "Asm.js test app", 1.9 + "launch_path": "/index.html", 1.10 + "developer": { 1.11 + "name": "marco", 1.12 + "url": "http://www.example.com/" 1.13 + }, 1.14 + "default_locale": "en-US", 1.15 + "precompile": PRECOMPILETOKEN 1.16 +}