Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Fix firefox requesting permission for fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
muan committed Oct 28, 2019
1 parent 3eb0a47 commit 3ccd67e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"manifest_version": 2,
"description": "This adds an activity filter menu to GitHub dashboard.",
"homepage_url": "http://github.com/muan/dashboard",
"permissions": [
"https://api.github.com/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
Expand Down

2 comments on commit 3ccd67e

@codedfiles
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explainers.md

@codedfiles
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explainers.md

Please sign in to comment.