Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mAmineChniti committed Apr 4, 2024
1 parent 2474a2f commit c0ee2df
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,9 @@
"version": "0.0.1",
"content_scripts": [
{
"matches": [
"http://*/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
"matches": ["http://*/*"],
"js": ["content.js"],
"css": ["content.css"]
}
],
"background": {
Expand All @@ -27,4 +21,4 @@
"48": "assets/images/icon48.png",
"128": "assets/images/icon128.png"
}
}
}

0 comments on commit c0ee2df

Please sign in to comment.