diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 23:23:26 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 23:23:26 -0500 | 
| commit | d5964ee4d45c95526ad95df300609d6095fc570d (patch) | |
| tree | 5c3b9adbcccb9b40107e864bb271e4eaef832267 /dev | |
| parent | daea80942c7a89b43c6aa4579cbc2fa0f198b0b0 (diff) | |
Rename html files (#1377)
* Rename context.html to action-popup.html
* Rename float.html to popup.html
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/data/manifest-variants.json | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/dev/data/manifest-variants.json b/dev/data/manifest-variants.json index 3bb17029..9d7c74d4 100644 --- a/dev/data/manifest-variants.json +++ b/dev/data/manifest-variants.json @@ -25,7 +25,7 @@                  "128": "images/icon128.png"              },              "default_title": "Yomichan", -            "default_popup": "context.html" +            "default_popup": "action-popup.html"          },          "background": {              "page": "background.html", @@ -111,7 +111,7 @@              }          },          "web_accessible_resources": [ -            "float.html", +            "popup.html",              "template-renderer.html"          ],          "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; media-src *; connect-src *" |