#35 Copied relevant icons into images folder in src and integrated into manifest
This commit is contained in:
parent
dfc69e1b7b
commit
c50a505418
BIN
src/images/icon/icon_48.png
Normal file
BIN
src/images/icon/icon_48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
BIN
src/images/icon/icon_96.png
Normal file
BIN
src/images/icon/icon_96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
|
@ -7,6 +7,10 @@
|
|||
"manifest_version": 2,
|
||||
"author": "$author",
|
||||
"homepage_url": "$homepageURL",
|
||||
"icons": {
|
||||
"48": "images/icon/icon_48.png",
|
||||
"96": "images/icon/icon_96.png"
|
||||
},
|
||||
"content_scripts": [{
|
||||
"matches": [
|
||||
"*://aniwatch.me/*"
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
"author": "$author",
|
||||
"developer": "$developer",
|
||||
"homepage_url": "$homepageURL",
|
||||
"icons": {
|
||||
"48": "images/icon/icon_48.png",
|
||||
"96": "images/icon/icon_96.png"
|
||||
},
|
||||
"content_scripts": [{
|
||||
"matches": [
|
||||
"*://aniwatch.me/*"
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
"author": "Serraniel",
|
||||
"developer": "Serraniel and contributors",
|
||||
"homepage_url": "https://github.com/Serraniel/EnhancedAniwatch",
|
||||
"icons": {
|
||||
"48": "images/icon/icon_48.png",
|
||||
"96": "images/icon/icon_96.png"
|
||||
},
|
||||
"content_scripts": [{
|
||||
"matches": [
|
||||
"*://aniwatch.me/*"
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
"author": "$author",
|
||||
"developer": "$developer",
|
||||
"homepage_url": "$homepageURL",
|
||||
"icons": {
|
||||
"48": "images/icon/icon_48.png",
|
||||
"96": "images/icon/icon_96.png"
|
||||
},
|
||||
"content_scripts": [{
|
||||
"matches": [
|
||||
"*://aniwatch.me/*"
|
||||
|
|
Loading…
Reference in a new issue