Skip to content

Commit

Permalink
Merge pull request #23 from richardfrost/local-files
Browse files Browse the repository at this point in the history
Allow user to enable local files
  • Loading branch information
richardfrost committed Aug 12, 2017
2 parents 4131898 + 7250e4e commit a81afd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "Profanity Filter",
"author": "phermium",
"manifest_version": 2,
"version": "0.9.4",
"version": "0.9.5",
"description": "An advanced profanity filter.",
"icons": {
"16": "icons/icon16.png",
Expand All @@ -14,6 +14,7 @@
"tabs",
"storage"
],
"optional_permissions": ["file://*/*"],
"options_ui": {
"page": "options.html",
"chrome_style": true
Expand All @@ -31,7 +32,7 @@
},
"content_scripts": [
{
"matches": ["*://*/*"],
"matches": ["<all_urls>"],
"js": ["filter.js"],
"run_at": "document_end",
"all_frames": true
Expand Down

0 comments on commit a81afd6

Please sign in to comment.