Skip to content

Instantly share code, notes, and snippets.

@femioladeji
Last active November 20, 2018 09:42
Show Gist options
  • Save femioladeji/1133ade708e9ab51de7b4e51606bde06 to your computer and use it in GitHub Desktop.
Save femioladeji/1133ade708e9ab51de7b4e51606bde06 to your computer and use it in GitHub Desktop.
{
"manifest_version": 2,
"name": "Social Media Screentime",
"description": "Control how much time you invest in social media",
"short_name": "social media screentime",
"version": "1.0",
"browser_action": {
"default_popup": "index.html"
},
"background": {
"scripts": [
"js/background.js"
]
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment