Skip to content

Commit

Permalink
fix chrome api
Browse files Browse the repository at this point in the history
action icon is always shown
there is no option to hide/show anymore
instead i switch between grey/orange icon to indicate detection
  • Loading branch information
patricklx committed Nov 7, 2023
1 parent c2708b1 commit 0323608
Show file tree
Hide file tree
Showing 9 changed files with 133 additions and 699 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@glimmer/tracking": "^1.1.2",
"@html-next/vertical-collection": "^4.0.2",
"@tsconfig/ember": "^3.0.0",
"@types/chrome": "^0.0.250",
"@types/ember": "^4.0.3",
"@types/ember-qunit": "^6.1.1",
"@types/ember-resolver": "^9.0.0",
Expand Down Expand Up @@ -145,7 +146,8 @@
"tracked-toolbox": "^2.0.0",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"yauzl": "^2.10.0"
"yauzl": "^2.10.0",
"source-map-js": "^1.0.2"
},
"engines": {
"node": "14.* || 16.* || >= 18"
Expand Down Expand Up @@ -191,9 +193,5 @@
"volta": {
"node": "18.18.2",
"pnpm": "8.10.2"
},
"dependencies": {
"browserify": "^17.0.0",
"source-map-js": "^1.0.2"
}
}
Loading

0 comments on commit 0323608

Please sign in to comment.