Skip to content

Commit

Permalink
Include default Iglu registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jethron committed Jun 22, 2022
1 parent 0f96e66 commit f16032b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"minimum_chrome_version": "18.0",
"devtools_page": "devtools.html",
"permissions": ["storage"],
"host_permissions": ["https://iglu-api.sophi.io/*"],
"optional_host_permissions": ["*://*/*"]
}
7 changes: 7 additions & 0 deletions src/ts/iglu/Resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ const DEFAULT_REGISTRIES: RegistrySpec[] = [
uri: "http://iglucentral.com",
priority: 0,
},
{
kind: "iglu",
name: "Sophi.io",
uri: "https://iglu-api.sophi.io/",
apiKey: "d66e19c5-900a-4813-bf28-4e1cfc5f1cb1",
priority: 0,
},
];

export class Resolver extends Registry {
Expand Down

0 comments on commit f16032b

Please sign in to comment.