Skip to content

Commit 13ac197

Browse files
committed
some formatting
1 parent c63f7e5 commit 13ac197

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@
1818
"activeTab"
1919
],
2020
"background" : {
21-
"scripts" : [ "src/background.js" ]
21+
"scripts" : [
22+
"src/background.js"
23+
]
2224
},
2325
"content_scripts": [
2426
{
2527
"matches": [
26-
"http://github.com/*",
27-
"https://github.com/*"
28+
"*://github.com/*"
2829
],
2930
"js": [
3031
"src/inject.js"

0 commit comments

Comments
 (0)