Skip to content

Commit

Permalink
revert manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Mar 20, 2018
1 parent f9eb9c2 commit 230c343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lighthouse-extension/app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"permissions": [
"activeTab",
"debugger",
"storage",
"tabs"
"storage"
],
"browser_action": {
"default_icon": {
Expand All @@ -29,4 +28,5 @@
"default_title": "Lighthouse",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-sr
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'"
}

0 comments on commit 230c343

Please sign in to comment.