Skip to content

Instantly share code, notes, and snippets.

@femioladeji
Created November 26, 2018 16:30
Show Gist options
  • Save femioladeji/8b166fb6ccc4d113c10cd71dda5edd18 to your computer and use it in GitHub Desktop.
Save femioladeji/8b166fb6ccc4d113c10cd71dda5edd18 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",
"storage"
],
"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