TMS Web Core feature request

I am currently porting several old sources to the web with this great tool. The following features would be a great help for that:

  1. The TApplication class (i.e. the Application object) should have an OnIdle event, which should be executed every time the application is idle. This would be very handy. Currently I am using a timer instead, which is not a really elegant solution.

  2. The list of files to be cached by the serviceworker in a PWA is always rewritten when compiling the project. It would be very helpful if there were a possibility to manage a list of files to be cached in a Web Core project. (I have literally dozens of files in an assets-directory which have to be added.)
    (Adding a file to the project seems not to add this file to this cache-list.)

Best regards,
Meik Stoll