diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 20:27:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 20:27:43 -0500 | 
| commit | 98975d59231eeedeaa2b17998b56a3c21e5d647e (patch) | |
| tree | 264e90afac5145f4357b172c2b775ad5f8a7f4b5 /dev | |
| parent | 2b4af57bd764ee07ed1d7db8e2985e34ba7ef8ea (diff) | |
Move images (#1372)
* Move mixed/img/ to images/
* Move bg/img/ to images/
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/data/manifest-variants.json | 28 | 
1 files changed, 14 insertions, 14 deletions
| diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 981213c8..7e7c6566 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -6,23 +6,23 @@          "description": "Japanese dictionary with Anki integration",          "author": "Alex Yatskov",          "icons": { -            "16": "mixed/img/icon16.png", -            "19": "mixed/img/icon19.png", -            "32": "mixed/img/icon32.png", -            "38": "mixed/img/icon38.png", -            "48": "mixed/img/icon48.png", -            "64": "mixed/img/icon64.png", -            "128": "mixed/img/icon128.png" +            "16": "images/icon16.png", +            "19": "images/icon19.png", +            "32": "images/icon32.png", +            "38": "images/icon38.png", +            "48": "images/icon48.png", +            "64": "images/icon64.png", +            "128": "images/icon128.png"          },          "browser_action": {              "default_icon": { -                "16": "mixed/img/icon16.png", -                "19": "mixed/img/icon19.png", -                "32": "mixed/img/icon32.png", -                "38": "mixed/img/icon38.png", -                "48": "mixed/img/icon48.png", -                "64": "mixed/img/icon64.png", -                "128": "mixed/img/icon128.png" +                "16": "images/icon16.png", +                "19": "images/icon19.png", +                "32": "images/icon32.png", +                "38": "images/icon38.png", +                "48": "images/icon48.png", +                "64": "images/icon64.png", +                "128": "images/icon128.png"              },              "default_title": "Yomichan",              "default_popup": "bg/context.html" |