FugiTech / google-meet-grid-view

Userscript to offer a grid-view layout in Google Meets
https://greasyfork.org/en/scripts/397862-google-meet-grid-view
Other
623 stars 272 forks source link

safari 14 #277

Open andreineculau opened 4 years ago

andreineculau commented 4 years ago

Is your feature request related to a problem? Please describe. Safari 14 is supporting Web Extensions. Thus maybe this extension would work as well (given that the user script doesn't work on Safari 13 due to Content-Security Policy).

Describe the solution you'd like Build and make available a Safari14-vetted extension (at this moment, I am not sure if/how the manifest.json needs to be different for Safari to accept it - I only know that Xcode 12 has a util to convert a chrome extension to a safari one).

Describe alternatives you've considered

Additional context Safari 14 is available on the Technology Preview channel.

andreineculau commented 4 years ago

Update: I wanted to help out, but it looks like any investigation needs to happen on Big Sur with Safari Beta. The conversion tool xcrun safari-web-extension-converter doesn't work with Safari 14 TP. I tested myself and it is confirmed https://developer.apple.com/forums/thread/94567#616835022

So the requirement is to be on Apple's Developer program, and have Big Sur Beta installed for now, until the Big Sur Public Beta is published.