Skip to content

Commit

Permalink
chore: ignore ZIP files in the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Magnago committed Jan 12, 2025
1 parent 0a3d9af commit df18d79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
*.local
Expand All @@ -21,3 +17,6 @@ node_modules
*.sln
*.sw?
*.history

# Ignore ZIP files
*.zip
Binary file removed dist.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"manifest_version": 3,
"version": "1.0.3",
"version": "1.0.4",
"name": "Device Toggle",
"description": "Simple device toggle to switch between Desktop and Mobile (375x600)",
"action": {
"default_popup": "index.html"
},
"permissions": [
"debugger",
"tabs"
"activeTab"
],
"host_permissions": [
"http://*/*",
Expand Down

0 comments on commit df18d79

Please sign in to comment.