diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 6 |
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" + } } |
