mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 09:58:57 +00:00
14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"name" : "Asm.js test app",
|
|
"version" : "VERSIONTOKEN",
|
|
"package_path": "asmjs_app.sjs?getPackage=true",
|
|
"description": "Asm.js test app",
|
|
"launch_path": "/index.html",
|
|
"developer": {
|
|
"name": "marco",
|
|
"url": "http://www.example.com/"
|
|
},
|
|
"default_locale": "en-US",
|
|
"precompile": PRECOMPILETOKEN
|
|
}
|