Skip to content

Commit

Permalink
Remove background scripts from extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Aug 25, 2020
1 parent b9a5f9a commit 9c64c97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
File renamed without changes.
6 changes: 1 addition & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,5 @@
"32": "icons/icon_32.png"
}
},
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
"background": {
"scripts": ["background/analytics.js"],
"persistent": false
}
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}

0 comments on commit 9c64c97

Please sign in to comment.