Skip to content

Commit ae04934

Browse files
committed
Removed extension icons > 128x128 to reduce pkkg sizes since there's no indication they're utilized ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions]
1 parent 2f5c59f commit ae04934

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed
-27.7 KB
Binary file not shown.
-60.4 KB
Binary file not shown.
-130 KB
Binary file not shown.

chromium/extension/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"32": "icons/icon32.png",
1515
"48": "icons/icon48.png",
1616
"64": "icons/icon64.png",
17-
"128": "icons/icon128.png",
18-
"256": "icons/icon256.png",
19-
"512": "icons/icon512.png",
20-
"950": "icons/icon950.png"
17+
"128": "icons/icon128.png"
2118
},
2219
"background": { "service_worker": "service-worker.js" },
2320
"minimum_chrome_version": "88"

0 commit comments

Comments
 (0)