@minhlongmotor Bạn đã fix được chưa?
Posts made by nhp357
- Tiếng Việt
-
RE: Icon changes color to gray?Opera add-ons
@sgunhouse Thank you for your answer!
I was on normal page not private. And when I delete
"background": {
"page": "src/bg/background.html",
"persistent": true
}
The icon has color normally! -
Icon changes color to gray?Opera add-ons
Hi bros!
I am submitting new extension that allow people accessing my home pagehttps://haiphongtours.com
as quick as possible.
But after uploading, the icon auto changes to gray color (https://prntscr.com/10wotbx).
Can you guys tell me how to make icon color normally?
This is manifest.json code:{ "name": "Hai Phong Tours", "version": "0.0.1", "manifest_version": 2, "description": "Hai Phong Tours Quick Access", "homepage_url": "my home page url", "icons": { "16": "icons/icon16.png", "19": "icons/icon19.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "default_locale": "en", "background": { "page": "src/bg/background.html", "persistent": true } }
Thanks in advance!