Skip to content

Commit dc32be9

Browse files
committed
Use app icon in Safari extension preferences list
Safari's extension preferences displayed the toolbar icon (gray cloud outline) instead of the colorful app icon. The manifest.json "icons" field is used for the extension list, while "action.default_icon" is used for the toolbar. Added separate app icon PNGs (copied from AppIcon.appiconset) and updated manifest.json to use them for the top-level icons field. The toolbar continues to use the simple gray icons.
1 parent f0a4452 commit dc32be9

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

12.3 KB
Loading
806 Bytes
Loading
1.82 KB
Loading
4.6 KB
Loading

CF Cache Status/CF Cache Status Extension/Resources/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0",
55
"description": "Shows CDN cache status (HIT/MISS) for the current page. Supports Cloudflare, CloudFront, Fastly, Akamai, and more.",
66
"icons": {
7-
"16": "images/icon-16.png",
8-
"32": "images/icon-32.png",
9-
"48": "images/icon-48.png",
10-
"128": "images/icon-128.png"
7+
"16": "images/app-icon-16.png",
8+
"32": "images/app-icon-32.png",
9+
"48": "images/app-icon-48.png",
10+
"128": "images/app-icon-128.png"
1111
},
1212
"action": {
1313
"default_popup": "popup.html",

0 commit comments

Comments
 (0)