mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
573 B
JSON
22 lines
573 B
JSON
{
|
|
"name" : "NAMETOKEN",
|
|
"version" : "VERSIONTOKEN",
|
|
"size" : PACKAGESIZETOKEN,
|
|
"package_path": "PACKAGEPATHTOKEN",
|
|
"description": "Updated even faster than Firefox, just to annoy slashdotters",
|
|
"permissions": {
|
|
"geolocation": {},
|
|
"audio-capture": {},
|
|
"video-capture": {},
|
|
"test-permission": {"access": "readonly"},
|
|
"downloads": {}
|
|
},
|
|
"launch_path": "tests/dom/apps/tests/file_packaged_app.sjs",
|
|
"developer": {
|
|
"name": "DEVELOPERTOKEN",
|
|
"url": "DEVELOPERURLTOKEN"
|
|
},
|
|
"default_locale": "en-US",
|
|
"role": "ROLETOKEN"
|
|
}
|