baroxyton / webKDE

kde on the web
https://baroxyton.github.io/webKDE/
35 stars 3 forks source link

how to add own app ? #6

Open changchichung opened 10 months ago

changchichung commented 10 months ago

let's said if I want to add firefox/chrome , what should I do ?

baroxyton commented 8 months ago

Hello, thanks for your interest!

You can add your own app as follows:

  1. create the app code in apps/ and add the app into apps/index.txt. Refer to apps/appTemplate/ and the app API
  2. add the .desktop file at assets/apps.json

That being said creating a browser won't be possible without some sort of proxy due to CORS