diff options
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index 30b3db48..3ab68639 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -3,6 +3,13 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1" /> + <title>Background</title> + <link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> + <link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> + <link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> + <link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> + <link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> + <link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> </head> <body> <div id="clipboard-paste-target" contenteditable="true"></div> |