Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vulhot committed Feb 16, 2022
1 parent 95b448f commit 2b7a8cf
Show file tree
Hide file tree
Showing 13 changed files with 23,357 additions and 70 deletions.
3 changes: 2 additions & 1 deletion build/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FOFA Pro View",
"version": "0.0.3",
"version": "0.0.4",
"manifest_version": 2,
"description": "FOFA Pro view ",
"icons": {
Expand All @@ -10,6 +10,7 @@
"default_locale": "en",
"background": {
"scripts": [
"scripts/livereload.js",
"scripts/background.js"
]
},
Expand Down
1 change: 1 addition & 0 deletions build/firefox/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ <h1 class="app-name" id="ip"></h1>
<td>协议</td>
<td>端口</td>
<td>HOST</td>
<td>蜜罐</td>
<td>查看</td>
</tr>
<tbody id="tbody">
Expand Down
71 changes: 70 additions & 1 deletion build/firefox/scripts/background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 94 additions & 1 deletion build/firefox/scripts/contentscript.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 78 additions & 1 deletion build/firefox/scripts/livereload.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

105 changes: 104 additions & 1 deletion build/firefox/scripts/options.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22,638 changes: 22,620 additions & 18 deletions build/firefox/scripts/popup.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/firefox/styles/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ footer a:hover {
}

.popup-content {
min-width: 520px;
min-width: 600px;
min-height: 100%;
max-width: 800px;
max-width: 1000px;
}

.app-name {
Expand Down
Loading

0 comments on commit 2b7a8cf

Please sign in to comment.