-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
vulhot
committed
Feb 16, 2022
1 parent
20da421
commit 95b448f
Showing
9 changed files
with
395 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,44 @@ | ||
{ | ||
"name": "FOFA Pro View", | ||
"version": "0.0.3", | ||
"manifest_version": 2, | ||
"description": "FOFA Pro view ", | ||
"icons": { | ||
"16": "icons/icon-16.png", | ||
"128": "icons/icon-128.png" | ||
}, | ||
"default_locale": "en", | ||
"background": { | ||
"scripts": [ | ||
"scripts/background.js" | ||
] | ||
}, | ||
"permissions": [ | ||
"tabs", | ||
"storage", | ||
"http://*/*", | ||
"https://*/*" | ||
], | ||
"content_scripts": [ | ||
{ | ||
"matches": [ | ||
"name": "FOFA Pro View", | ||
"version": "0.0.4", | ||
"manifest_version": 2, | ||
"description": "FOFA Pro view ", | ||
"icons": { | ||
"16": "icons/icon-16.png", | ||
"128": "icons/icon-128.png" | ||
}, | ||
"default_locale": "en", | ||
"background": { | ||
"scripts": [ | ||
"scripts/livereload.js", | ||
"scripts/background.js" | ||
] | ||
}, | ||
"permissions": [ | ||
"tabs", | ||
"storage", | ||
"http://*/*", | ||
"https://*/*" | ||
], | ||
"js": [ | ||
"scripts/contentscript.js" | ||
], | ||
"run_at": "document_end", | ||
"all_frames": false | ||
], | ||
"content_scripts": [ | ||
{ | ||
"matches": [ | ||
"http://*/*", | ||
"https://*/*" | ||
], | ||
"js": [ | ||
"scripts/contentscript.js" | ||
], | ||
"run_at": "document_end", | ||
"all_frames": false | ||
} | ||
], | ||
"browser_action": { | ||
"default_icon": { | ||
"19": "icons/icon-19.png", | ||
"38": "icons/icon-38.png" | ||
}, | ||
"default_title": "FOFA Pro view", | ||
"default_popup": "popup.html" | ||
} | ||
], | ||
"browser_action": { | ||
"default_icon": { | ||
"19": "icons/icon-19.png", | ||
"38": "icons/icon-38.png" | ||
}, | ||
"default_title": "FOFA Pro view", | ||
"default_popup": "popup.html" | ||
} | ||
} | ||
|
||
|
||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.