Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 867c5ed

Browse files
committed
icon_128.png -> icon-128.png
1 parent 5429a41 commit 867c5ed

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import 'img/icon_128.png'
21
import 'img/icon.png'
2+
import 'img/icon-128.png'

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Run custom JavaScript on any website.",
77
"minimum_chrome_version": "52.0.2743",
88
"icons": {
9-
"128": "icon_128.png"
9+
"128": "icon-128.png"
1010
},
1111
"content_scripts": [ {
1212
"js": [ "api.js" ],

0 commit comments

Comments
 (0)