Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Dec 5, 2021
1 parent 28eb79e commit 99881e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "Tally",
"version": "0.0.7",
"version": "0.8.0",
"description": "The community owned and operated Web3 wallet.",
"homepage_url": "https://tally.cash",
"author": "https://tally.cash",
"manifest_version": 2,
"default_locale": "en",
"content_security_policy": "object-src 'self'; script-src 'self' blob: filesystem: 'unsafe-eval';",
"web_accessible_resources": ["*.js", "*.json"],

"content_scripts": [
{
"matches": ["file://*/*", "http://localhost/*", "https://*/*"],
Expand All @@ -17,7 +16,6 @@
"all_frames": true
}
],

"commands": {
"_execute_browser_action": {
"suggested_key": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tallyho/tally-extension",
"private": true,
"version": "0.0.7",
"version": "0.8.0",
"description": "Tally, the community owned and operated Web3 wallet.",
"main": "index.js",
"repository": "git@github.com:thesis/tally-extension.git",
Expand Down Expand Up @@ -41,8 +41,8 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@tallyho/tally-background": "0.0.1",
"@tallyho/tally-ui": "0.0.1",
"@tallyho/tally-provider-bridge": "0.0.1",
"@tallyho/tally-ui": "0.0.1",
"buffer": "^6.0.3",
"react": "^17.0.2",
"webext-options-sync": "^2.0.1",
Expand Down

0 comments on commit 99881e8

Please sign in to comment.