aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index d6f189d..150f2f1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,8 +5,8 @@
"description": "Ubiquitous Ctrl-P & Ctrl-N",
"version": "0.0.1",
- "content_scripts": {
+ "content_scripts": [{
"matches": ["<all_urls>"],
"scripts": ["peniquitous.js"]
- }
+ }]
}