package.json 341 B

123456789101112131415
  1. {
  2. "app_name": "The Obelisk",
  3. "dom_storage_quota": "32",
  4. "main": "The Obelisk.html",
  5. "name": "The Obelisk",
  6. "window": {
  7. "frame": true,
  8. "icon": "images/favicon.ico",
  9. "id": "The Obelisk",
  10. "resizable": true,
  11. "show": true,
  12. "title": "The Obelisk",
  13. "visible": true
  14. }
  15. }