aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 5c451700..f872660d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -39,5 +39,9 @@
"run_at": "document_start",
"all_frames": true
}
- ]
+ ],
+ "browser_action": {
+ "default_icon": "icons/browser_action_disabled.png",
+ "default_popup": "popup.html"
+ }
}