Skip to content

Commit

Permalink
Merge pull request #87 from drmikecrowe/main
Browse files Browse the repository at this point in the history
Fixing keys.schema.json raw github url
  • Loading branch information
louisgv authored Mar 7, 2024
2 parents 4f46bef + abc49e3 commit 14f73f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To help you create it, we have provided a [JSON schema](https://json-schema.org/

```json
{
"$schema": "https://raw.githubusercontent.com/PlasmoHQ/bpp/v3/keys.schema.json"
"$schema": "https://github.com/PlasmoHQ/bpp/raw/main/keys.schema.json"
}
```

Expand All @@ -66,7 +66,7 @@ The final json might look like this:

```json
{
"$schema": "https://raw.githubusercontent.com/plasmo-corp/bpp/v3/keys.schema.json",
"$schema": "https://github.com/PlasmoHQ/bpp/raw/main/keys.schema.json",
"chrome": {
"zip": "chromium_addon_{version}.zip",
"clientId": "1280623",
Expand Down
2 changes: 1 addition & 1 deletion keys.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/plasmo-corp/bpp/v3/keys.schema.json",
"$schema": "https://github.com/PlasmoHQ/bpp/raw/main/keys.schema.json",
"chrome": {
"clientId": "123",
"clientSecret": "123",
Expand Down

0 comments on commit 14f73f2

Please sign in to comment.