mozilla / libdweb

Extension containing an experimental libdweb APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need update file path in demo code

ettoolong opened this issue · comments

Some file paths in manifest.json are wrong, e.g.:
tcp demo and p2p-chat demo

the
"schema": "../../src/toolkit/components/extensions/tcp.json",
should be
"schema": "../../src/toolkit/components/extensions/schemas/tcp.json",

the
"schema": "../../src/toolkit/components/extensions/udp.json",
should be
"schema": "../../src/toolkit/components/extensions/schemas/udp.json",