From 747c957c328e2cc0416e91407738b75d1c0ab456 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 5 Jul 2014 15:04:01 +0700 Subject: [PATCH] Manifest format --- manifest.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 3d0ef6c..0c3ef5b 100644 --- a/manifest.json +++ b/manifest.json @@ -12,9 +12,15 @@ "content_scripts": [ { "all_frames": true, - "js": [ "background.js" ], - "css": [ "tooltip.css" ], - "matches": [ "\u003Call_urls>" ] + "js": [ + "background.js" + ], + "css": [ + "tooltip.css" + ], + "matches": [ + "\u003Call_urls>" + ] } ] }