Skip to content

Commit

Permalink
chore: update references to new org
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill committed Oct 16, 2024
1 parent 75d363d commit 25fd032
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@agoralabs-sh/kibisis-web-extension",
"name": "@kibis-is/web-extension",
"version": "2.3.1",
"description": "An AVM wallet that goes beyond just DeFi.",
"main": "build/main.js",
"repository": {
"type": "git",
"url": "https://github.com/agoralabs-sh/kibisis-web-extension"
"url": "https://github.com/kibis-is/web-extension"
},
"author": {
"name": "Kieran O'Neill",
Expand Down
2 changes: 1 addition & 1 deletion scripts/get_latest_release_asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function main {
-H "Authorization: Bearer ${GITHUB_TOKEN}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
-s \
"https://api.github.com/repos/agoralabs-sh/kibisis-web-extension/releases/latest")
"https://api.github.com/repos/kibis-is/web-extension/releases/latest")

# check for errors
if [ $(jq 'has("message")' <<< "${latest_release_result}") == true ]; then
Expand Down
2 changes: 1 addition & 1 deletion src/extension/constants/Links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export const AGORA_LABS_LINK = 'https://agoralabs.sh';
export const KIBISIS_LINK = 'https://kibis.is';
export const STRONG_PASSWORD_POLICY_LINK =
'https://kibis.is/strong-password-policy';
export const SUPPORT_MAIL_TO_LINK = 'mailto:support@agoralabs.sh';
export const SUPPORT_MAIL_TO_LINK = 'mailto:support@kibis.is';
12 changes: 4 additions & 8 deletions src/manifest.common.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{
"name": "Kibisis",
"version": "2.3.1",
"description": "An AVM wallet in your browser that goes beyond just DeFi.",
"author": "Agora Labs",
"description": "The wallet for your lifestyle.",
"author": "Kibisis OÜ",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"content-script.js"
]
"matches": ["*://*/*"],
"js": ["content-script.js"]
}
],
"omnibox": {
Expand Down

0 comments on commit 25fd032

Please sign in to comment.