Skip to content

Commit

Permalink
🎨 Prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinschopf committed Jan 31, 2021
1 parent ca99606 commit 4da41d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"manifest_version": 2,
"name": "Disable Page Visibility API",
"version": "1.0.3",
"author": "Marvin Schopf",
"version": "1.0.3",
"author": "Marvin Schopf",
"description": "Prevent websites from tracking whether you are currently in another tab/ window.",
"content_scripts": [
{
"matches": ["*://*/*"],
"js": ["disable.js"]
}
],
"icons": {
"48": "icon.png",
"96": "icon@2x.png"
}
],
"icons": {
"48": "icon.png",
"96": "icon@2x.png"
}
}

0 comments on commit 4da41d6

Please sign in to comment.