#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,
|
"manifest_version": 2,
|
||||||
"author": "$author",
|
"author": "$author",
|
||||||
"homepage_url": "$homepageURL",
|
"homepage_url": "$homepageURL",
|
||||||
|
"icons": {
|
||||||
|
"48": "images/icon/icon_48.png",
|
||||||
|
"96": "images/icon/icon_96.png"
|
||||||
|
},
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
"matches": [
|
"matches": [
|
||||||
"*://aniwatch.me/*"
|
"*://aniwatch.me/*"
|
||||||
|
|
|
@ -7,6 +7,10 @@
|
||||||
"author": "$author",
|
"author": "$author",
|
||||||
"developer": "$developer",
|
"developer": "$developer",
|
||||||
"homepage_url": "$homepageURL",
|
"homepage_url": "$homepageURL",
|
||||||
|
"icons": {
|
||||||
|
"48": "images/icon/icon_48.png",
|
||||||
|
"96": "images/icon/icon_96.png"
|
||||||
|
},
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
"matches": [
|
"matches": [
|
||||||
"*://aniwatch.me/*"
|
"*://aniwatch.me/*"
|
||||||
|
|
|
@ -8,6 +8,10 @@
|
||||||
"author": "Serraniel",
|
"author": "Serraniel",
|
||||||
"developer": "Serraniel and contributors",
|
"developer": "Serraniel and contributors",
|
||||||
"homepage_url": "https://github.com/Serraniel/EnhancedAniwatch",
|
"homepage_url": "https://github.com/Serraniel/EnhancedAniwatch",
|
||||||
|
"icons": {
|
||||||
|
"48": "images/icon/icon_48.png",
|
||||||
|
"96": "images/icon/icon_96.png"
|
||||||
|
},
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
"matches": [
|
"matches": [
|
||||||
"*://aniwatch.me/*"
|
"*://aniwatch.me/*"
|
||||||
|
|
|
@ -8,6 +8,10 @@
|
||||||
"author": "$author",
|
"author": "$author",
|
||||||
"developer": "$developer",
|
"developer": "$developer",
|
||||||
"homepage_url": "$homepageURL",
|
"homepage_url": "$homepageURL",
|
||||||
|
"icons": {
|
||||||
|
"48": "images/icon/icon_48.png",
|
||||||
|
"96": "images/icon/icon_96.png"
|
||||||
|
},
|
||||||
"content_scripts": [{
|
"content_scripts": [{
|
||||||
"matches": [
|
"matches": [
|
||||||
"*://aniwatch.me/*"
|
"*://aniwatch.me/*"
|
||||||
|
|
Loading…
Reference in a new issue