diff options
| author | jbukl <noreply@github.com> | 2023-10-31 22:06:14 -0400 | 
|---|---|---|
| committer | jbukl <noreply@github.com> | 2023-11-01 22:56:56 -0400 | 
| commit | 5c45643772e6669dc9945c038ebf06c634b19b25 (patch) | |
| tree | a98578de6eff76bd68b9539d9a84756103baa36e /dev | |
| parent | d3c916b8f742ad62e98f65e18d0dcb8a96235828 (diff) | |
search, anki playwright tests
prep tests for cicd
reorganize exports in playwright utils
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/data/manifest-variants.json | 21 | 
1 files changed, 21 insertions, 0 deletions
| diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index c9e7cd03..73b2dc13 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -172,6 +172,27 @@              ]          },          { +            "name": "chrome-playwright", +            "inherit": "chrome-dev", +            "fileName": "yomitan-chrome-playwright.zip", +            "modifications": [ +                { +                    "action": "remove", +                    "path": [ +                        "optional_permissions" +                    ], +                    "item": "clipboardRead" +                }, +                { +                    "action": "add", +                    "path": [ +                        "permissions" +                    ], +                    "items": ["clipboardRead"] +                } +            ] +        }, +        {              "name": "firefox",              "inherit": "base",              "fileName": "yomitan-firefox.zip", |