Ritvars

Results 4 issues of Ritvars

fix: Vue wrapper instance options. ### Description This PR fixes an issue with Vue wrapper component not setting editor options properly.

Commas in track titles split segments into 2 broken ones. Example: Input: ``` #EXTM3U #EXTINF:411,song title - test, feat. comma C:\test1.mp3 #EXTINF:334,another test - track C:\test2.mp3 ``` Result: ```bash 0:...

Was testing [Asana](https://chromewebstore.google.com/detail/asana/khnpeclbnipcdacdkhejifenadikeghk) and ran into a problem with `chrome.scripting.executeScript`. The extension's manifest registers `activeTab` and `scripting` permissions which should allow the background script to executeScript into the active tab....