- Edited
Also goes well with this issue as a side dish.
In order to currently import a Safari web extension, I need to:
- Go into Finder
- Go to my Applications folder
- Find the app associated with the extension
- Choose "Show Package Contents" in the right-click menu
- Go to the "Contents" folder
- Go to the "PlugIns" folder
- Right-click the .appex file
- Choose "Show Package Contents" in the right-click menu
- Go to the "Contents" folder
- Go to the "Resources" folder
- Make sure there's a
manifest.json
file (validate that this is a web extension and not an app extension) - Get to Orion's extension manager screen
- Choose "Add Extension"
- Choose "Install from Disk..."
- Drag-and-drop the
manifest.json
file into the pop-up menu - Choose "Open"
- Choose "Add"
As you can see, it's kind of difficult to do this, and definitely annoying to do with every extension! It's not frustrating, just tedious. I can't just choose to add the .appex file - much less the .app file. I have to add the folder inside the .appex file. I'd really love for this to be automated instead of the manual mess it is right now; that is, you can choose .app and .appex files from the pop-up menu, and if there is a valid web extension to be found (or more than one in some cases), you can import it/them.