diff options
author | Determinant <[email protected]> | 2019-02-07 01:32:45 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2019-02-07 01:32:45 -0500 |
commit | 735d8e5aa8b590b37a16c0e1b52a688c43dd5c10 (patch) | |
tree | 3fa81f703a18a6c3780d22c7a27867392412dafe /public | |
parent | 608f68cba0fa98f2db31b95a1bbc4cabb98586ea (diff) |
add popup
Diffstat (limited to 'public')
-rwxr-xr-x | public/index.html | 17 | ||||
-rw-r--r--[-rwxr-xr-x] | public/manifest.json | 4 |
2 files changed, 3 insertions, 18 deletions
diff --git a/public/index.html b/public/index.html deleted file mode 100755 index a51779c..0000000 --- a/public/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8" /> - <meta - name="viewport" - content="width=device-width, initial-scale=1, shrink-to-fit=no" - /> - <meta name="theme-color" content="#000000" /> - <link rel="stylesheet" href="/fonts/TypoPRO-FantasqueSansMono-Regular.css" /> - <title>Chromicle</title> - </head> - <body> - <noscript>You need to enable JavaScript to run this app.</noscript> - <div id="root"></div> - </body> -</html> diff --git a/public/manifest.json b/public/manifest.json index 0b3d17e..653f36f 100755..100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,8 +6,10 @@ "scripts": ["background.js"], "persistent": false }, + "options_page": "index.html", "browser_action": { - "default_title": "chromicle" + "default_title": "chromicle", + "default_popup": "popup.html" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopUFqJFPozQrEnkBKa4iUAcJQTpVFfqe2+fiOZXL1NODVFr2w8gE6RriML/gQab99ZQ1CFYYpOHh5VFS+7rdTBwiNr5C01ZlLpfBZuH/RBVHwCxmNdFqmY5vFqMCGWdKWgrMOyvdl+vVNkr0T8aHadiQg18olaAYEqYzz+SDv371DC5IHssL2q+7fP4YsKmmQ1LT6NVpBh8Oq3qUCtAlayRrLOcvDRTyb3iT0RcUMIUlS1lp9otkkn7xopUEwwNAl+od5B4Wklv2iJxJ6mZKWvZDoFyC9Vr44+xdHrqGOFwMLLF1r4FFGFzyvk2bU1QmXkj+4ScX+FvrCZQdfRJ+cwIDAQAB", "oauth2": { |