How to install a gramplet in 6.1 (git origin main)

I have been trying to figure out how to install WebSearch on my development branch and it doesn’t seem to want to work for me. I forked the WebSearch repo into my local repo, made a simple change, then in WebSearch\WebSearch.gpr.py — changed gramps_target_version="6.0" to gramps_target_version="6.1. I made, then copied the zip file to my development account, put it in the correct place (C:\Users\gramps\AppData\Roaming\gramps\gramps61\plugins\WebSearch), but when I try to choose add gramplet, WebSearch is not a choice in the drop down.And no - it’s not WebSearch/WebSearch, just once.
Any help would be groovy,

-Kevin

I think (if I understand what you are you doing) you want to just put the folder and contents there—not a zipfile.

I figured it out. For anyone else reading this, you can’ install WebSearch from the Overview tab. You get a very large list of plugins, but no WebSearch. If you click on the People tab, then it’s an option to select. Must be some weird context thing, or a bug.

In the gpr.py file, there is the following which limits which views the addon is available.

    navtypes=[
        "Person",
        "Place",
        "Source",
        "Family",
        "Event",
        "Citation",
        "Media",
        "Note",
        "Repository",
    ],