-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from leapwallet/release-20240410-145055
Release release-20240410-145055
- Loading branch information
Showing
153 changed files
with
4,770 additions
and
804 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
# This is a comment. | ||
|
||
# Each line is a file pattern followed by one or more owners. | ||
|
||
# These owners will be the default owners for everything in | ||
|
||
# the repo. Unless a later match takes precedence, | ||
|
||
# @global-owner1 and @global-owner2 will be requested for | ||
|
||
# review when someone opens a pull request. | ||
* @baryon2 | ||
|
||
- @baryon2 | ||
|
||
# The CODEOWNERS file restricts approval capabilities to a subset | ||
|
||
# of contributors. | ||
.github/CODEOWNERS @baryon2 | ||
|
||
.github/CODEOWNERS @baryon2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport" /> | ||
<link href="./favicon.ico" rel="icon" /> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet" /> | ||
<script src="./hcaptcha.js" type="application/javascript"></script> | ||
|
||
<title>Compass CANARY BUILD</title> | ||
</head> | ||
|
||
<body> | ||
<!-- <img alt="Logo" class="leap-logo" src="icons/icon-word.svg" /> | ||
<a | ||
href="https://leapwallet.notion.site/leapwallet/Leap-Wallet-Help-Center-b132ca245d6243f9be7f3c83d30b1fdc" | ||
target="blank" | ||
class="support" | ||
><img alt="support" src="support.svg" | ||
/></a> --> | ||
|
||
<div id="root"></div> | ||
|
||
<!-- <div id="pro-tip"></div> --> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"manifest_version": 3, | ||
"name": "Compass CANARY BUILD", | ||
"description": "THIS IS THE CANARY DISTRIBUTION OF THE COMPASS EXTENSION, INTENDED FOR DEVELOPERS.", | ||
"version": "0.11.1", | ||
"options_page": "index.html", | ||
"web_accessible_resources": [ | ||
{ | ||
"resources": ["injectLeap.js"], | ||
"matches": ["<all_urls>"] | ||
} | ||
], | ||
"action": { | ||
"default_icon": { | ||
"128": "/icons/icon-128.png" | ||
}, | ||
"default_popup": "index.html" | ||
}, | ||
"icons": { | ||
"16": "/icons/icon-16.png", | ||
"48": "/icons/icon-48.png", | ||
"128": "/icons/icon-128.png" | ||
}, | ||
"background": { | ||
"service_worker": "background.js" | ||
}, | ||
"content_scripts": [ | ||
{ | ||
"matches": ["https://*/*", "http://*/*"], | ||
"js": ["contentScripts.js"], | ||
"run_at": "document_start", | ||
"all_frames": true | ||
} | ||
], | ||
"commands": { | ||
"_execute_action": { | ||
"suggested_key": { | ||
"default": "Ctrl+Shift+L" | ||
} | ||
} | ||
}, | ||
"permissions": ["storage"], | ||
"content_security_policy": { | ||
"extension_pages": "object-src 'none'; script-src 'self' 'wasm-unsafe-eval'; img-src * 'self' data: https:; font-src https://fonts.gstatic.com; style-src 'self' https://fonts.googleapis.com data: 'unsafe-inline'; connect-src * data: blob: filesystem:; media-src * data: blob: filesystem:; form-action 'self'; frame-ancestors 'none';frame-src https://newassets.hcaptcha.com https://www.google.com/; base-uri 'self'; default-src 'none'" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.