Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou committed Nov 4, 2023
1 parent b5b1e1c commit da9afc1
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 8 deletions.
32 changes: 32 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed extension/assets/firecrx-256x256.png
Binary file not shown.
Binary file added extension/assets/firecrx-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 2 additions & 8 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/chrome-manifest",
"name": "FireCws",
"manifest_version": 2,
"version": "0.1.4",
"version": "0.1.6",
"content_scripts": [
{
"matches": [
Expand All @@ -21,12 +21,6 @@
]
}
],
"background": {
"scripts": [
"background/background.js"
],
"persistent": false
},
"permissions": [
"https://*/*",
"webRequest",
Expand All @@ -40,6 +34,6 @@
}
},
"icons": {
"256": "./assets/firecrx-256x256.png"
"512": "./assets/firecrx-512x512.png"
}
}

0 comments on commit da9afc1

Please sign in to comment.