Fawaz Orabi

Results 5 comments of Fawaz Orabi

```typescript import { expose, ProxyMarked } from 'comlink'; import { OmitProperties } from 'ts-essentials'; type AnyCallback = (...params: any[]) => any; type ProxiedParam = T extends AnyCallback ? ProxyMarked &...

@warrenday This is actually all it took for me to make this work in FF: `public/devtools.js` ```js chrome.devtools.panels.create( "GraphQL Network", "/icon.png", "/index.html", null ) ``` So basically, icon is required,...

@Nezteb that's probably because it's not signed. I only used it in development mode which allows unsigned addons

Alternatively, you could just import the whole folder in dev mode instead of the zip

Here's a signed FF version: [9f262261e149424993ae-2.14.1.zip](https://github.com/warrenday/graphql-network-inspector/files/11404392/9f262261e149424993ae-2.14.1.zip) (Rename to .xpi before using)