Last change
on this file since 3581 was
3581,
checked in by mabarracus, 4 years ago
|
Prepare to download optional package lliurexberry-data
Changed dependency node-webkit -> nwjs0.12
|
File size:
498 bytes
|
Line | |
---|
1 | { |
---|
2 | "main": "index.html", |
---|
3 | "name": "lliureberry", |
---|
4 | "description": "Application", |
---|
5 | "version": "0.1.0", |
---|
6 | "keywords": [ |
---|
7 | "application" |
---|
8 | ], |
---|
9 | "window": { |
---|
10 | "title": "LliureX Berry", |
---|
11 | "icon": "/usr/share/icons/hicolor/48x48/apps/lliurexberry.png", |
---|
12 | "toolbar": true, |
---|
13 | "frame": true, |
---|
14 | "width": 1024, |
---|
15 | "height": 768, |
---|
16 | "position": "mouse" |
---|
17 | }, |
---|
18 | "webkit": { |
---|
19 | "plugin": true |
---|
20 | }, |
---|
21 | "dependencies": { |
---|
22 | "jed": "~1.1.0" |
---|
23 | }, |
---|
24 | "chromium-args": "--ignore-certificate-errors" |
---|
25 | |
---|
26 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.