Skip to content

Commit e28c88d

Browse files
committed
Added favicon to Latest Changes menu entry ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent 66da1c8 commit e28c88d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starters/chrome/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "ChatGPT Extension",
44
"short_name": "ChatGPT 🧩",
55
"description": "A Chromium extension template to start using chatgpt.js like a boss!",
6-
"version": "2025.9.2.2",
6+
"version": "2025.9.2.3",
77
"author": "KudoAI",
88
"homepage_url": "https://github.com/KudoAI/chatgpt.js-chrome-starter",
99
"icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", "64": "icons/icon64.png", "128": "icons/icon128.png" },

starters/chrome/extension/popup/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
// Create/append LATEST CHANGES entry
280280
const latestChangesURL = `${app.urls.github}/commits`
281281
footer.before(createMenuEntry({
282-
key: 'latestChangesEntry', type: 'link', symbol: '🚀',
282+
key: 'latestChangesEntry', type: 'link', symbol: '🚀', favicon: true,
283283
label: 'Latest Changes...', url: latestChangesURL, helptip: latestChangesURL
284284
}))
285285

0 commit comments

Comments
 (0)