From 735d8e5aa8b590b37a16c0e1b52a688c43dd5c10 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 7 Feb 2019 01:32:45 -0500 Subject: add popup --- public/index.html | 17 ----------------- public/manifest.json | 4 +++- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100755 public/index.html mode change 100755 => 100644 public/manifest.json (limited to 'public') 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 @@ - - - - - - - - Chromicle - - - -
- - diff --git a/public/manifest.json b/public/manifest.json old mode 100755 new mode 100644 index 0b3d17e..653f36f --- 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": { -- cgit v1.2.3