#35 Copied relevant icons into images folder in src and integrated into manifest

This commit is contained in:
Serraniel 2020-08-29 01:11:41 +02:00
parent dfc69e1b7b
commit c50a505418
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
6 changed files with 16 additions and 0 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View file

@ -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/*"

View file

@ -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/*"

View file

@ -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/*"

View file

@ -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/*"