Update manifest.json
This commit is contained in:
parent
f3e33ea840
commit
9457437ba6
1 changed files with 13 additions and 8 deletions
|
|
@ -116,6 +116,11 @@
|
||||||
{
|
{
|
||||||
"matches": ["https://polytoria.com/store/**", "https://polytoria.com/models/**"],
|
"matches": ["https://polytoria.com/store/**", "https://polytoria.com/models/**"],
|
||||||
"js": ["/js/library-download.js"]
|
"js": ["/js/library-download.js"]
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"matches": ["https://polytoria.com/places/**", "https://polytoria.com/u/**"],
|
||||||
|
"js": ["the-great-divide.js"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
|
|
@ -138,16 +143,16 @@
|
||||||
"action": {
|
"action": {
|
||||||
"default_title": "Poly+",
|
"default_title": "Poly+",
|
||||||
"default_icon": {
|
"default_icon": {
|
||||||
"16": "/icons/icon.png",
|
"16": "/images/icon.png",
|
||||||
"32": "/icons/icon.png",
|
"32": "/images/icon.png",
|
||||||
"48": "/icons/icon.png",
|
"48": "/images/icon.png",
|
||||||
"128": "/icons/icon.png"
|
"128": "/images/icon.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "/icons/icon.png",
|
"16": "/images/icon.png",
|
||||||
"32": "/icons/icon.png",
|
"32": "/images/icon.png",
|
||||||
"48": "/icons/icon.png",
|
"48": "/images/icon.png",
|
||||||
"128": "/icons/icon.png"
|
"128": "/images/icon.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue