Skip to content

Commit

Permalink
chore: merge firefox and chrome sources
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Oct 7, 2024
1 parent 602db2e commit 79219a0
Show file tree
Hide file tree
Showing 34 changed files with 138 additions and 990 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
Archive.zip
**/images/store
web-ext-artifacts
node_modules
node_modules
src/manifest.json
4 changes: 2 additions & 2 deletions .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"type": "json"
},
{
"filename": "chrome/manifest.json",
"filename": "manifests/chrome.json",
"type": "json"
},
{
"filename": "firefox/manifest.json",
"filename": "manifests/firefox.json",
"type": "json"
}
],
Expand Down
Binary file removed firefox/images/icon_1024.png
Binary file not shown.
Binary file removed firefox/images/icon_128.png
Binary file not shown.
Binary file removed firefox/images/icon_16.png
Binary file not shown.
Binary file removed firefox/images/icon_32.png
Binary file not shown.
Binary file removed firefox/images/icon_64.png
Binary file not shown.
Binary file removed firefox/images/icon_disabled_1024.png
Binary file not shown.
Binary file removed firefox/images/icon_disabled_128.png
Binary file not shown.
Binary file removed firefox/images/icon_disabled_16.png
Binary file not shown.
Binary file removed firefox/images/icon_disabled_32.png
Binary file not shown.
Binary file removed firefox/images/icon_disabled_64.png
Binary file not shown.
140 changes: 0 additions & 140 deletions firefox/options.html

This file was deleted.

119 changes: 0 additions & 119 deletions firefox/options.js

This file was deleted.

Loading

0 comments on commit 79219a0

Please sign in to comment.