Skip to content

Commit

Permalink
manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
konarkmodi committed Apr 26, 2018
1 parent 8593506 commit c43c455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name" : "Local Sheriff",
"applications": {
"gecko": {
"id": "firefox@cliqz.com",
"id": "modi.konark@gmail.com",
"strict_min_version": "49.0"
}
},
"version" : "0.1",
"description" : "Test",
"description" : "Local sheriff is a reconnaissance tool in your browser for your data.",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"icons": {
"256": "icons/sheriff.png"
Expand All @@ -24,7 +24,7 @@
},
"content_scripts": [{
"matches" : ["http://*/*", "https://*/*"],
"match_about_blank": true, // There is a bug in chrome content-scripts, if there is no src then content script cannot be injected.
"match_about_blank": true,
"js": ["scripts/content-script.js"],
"all_frames": true,
"run_at": "document_end"
Expand Down

0 comments on commit c43c455

Please sign in to comment.