Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
changed manifest and css
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed Feb 25, 2024
1 parent 4df195a commit 8088cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firefox-exten/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"permissions": ["activeTab"],

"browser_action": {
"default_icon": "icons/32.png",
"default_icon": "icon/32.png",
"default_title": "Beastify",
"default_popup": "index.html"
}
Expand Down
1 change: 1 addition & 0 deletions firefox-exten/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body{
justify-content: center;
align-items: center;
height: 97vh;
overflow: visible;
}

#output{
Expand Down

0 comments on commit 8088cd3

Please sign in to comment.