Skip to content

Add to Wiki

Maingron edited this page Apr 3, 2021 · 3 revisions

Stuff that still has to be documented:

<img src="iofs:C:/img.png">

loadIOfsLinks() isfolder() loadfile(requestattributes)

Guidelines of developing like:

  • dark mode first
  • both dark- and light mode are required
  • valid HTML
  • Don't use evil code, for example don't try to gain direct access to localstorage. In future programs will be scanned for such things and might get flagged as evil (MainOS defender?). Instead use things from helper.js
  • Programs may not use unnecessary storage and production versions have to be cleaned of very most unused files and comments (Unused 3D Model, for example)
  • Programs may not use 3rd-party tracking tools. Instead MainOS might bring an API for this in future (Tell the developers if you're interested in such thing)
  • Programs may not include advertisements that get loaded from the internet. Things like static banners that are "hardcoded" are allowed
  • Programs may not open new tabs or windows in the browser
  • Programs may (in soon future) not access parent.* and may not embed or run files supposed for the core system
Clone this wiki locally