Skip to content

Commit 9165b08

Browse files
committed
adding images and styles folder
1 parent e297711 commit 9165b08

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

crxmake.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
dir="temp"
88
key="key.pem"
99
name="batarangle-packaged"
10-
files="build frontend images index.html manifest.json"
10+
files="build frontend styles images index.html manifest.json"
1111

1212
crx="$name.crx"
1313
pub="$name.pub"

images/icon128.png

2.96 KB
Loading

images/icon16.png

15.5 KB
Loading

images/icon19.png

-3.82 KB
Binary file not shown.

images/icon38.png

-5.95 KB
Binary file not shown.

images/icon48.png

1.38 KB
Loading

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"manifest_version": 2,
2626
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
2727
"icons": {
28-
"16": "images/webstore-icon.png",
29-
"48": "images/webstore-icon.png",
30-
"128": "images/webstore-icon.png"
28+
"16": "images/icon16.png",
29+
"48": "images/icon48.png",
30+
"128": "images/icon128.png"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)