Skip to content

Commit

Permalink
exclude the settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Jul 2, 2017
1 parent df7dd23 commit d09059b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "GitHub Categoric",
"short_name": "categoric",
"version": "0.0.2",
"version": "0.0.3",
"manifest_version": 2,
"description": "Categorize your unread notifications for you per repository",
"homepage_url": "http://github.com/ozlerhakan/categoric",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"matches": ["https://github.com/*notifications*"],
"exclude_matches": [ "https://github.com/settings/notifications" ],
"js": ["categoric.js"]
}
]
Expand Down

0 comments on commit d09059b

Please sign in to comment.