extension
parent
83c9d69e44
commit
9143bd08b7
Binary file not shown.
|
After Width: | Height: | Size: 225 B |
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"manifest_version": 2,
|
||||||
|
"name": "Socurity",
|
||||||
|
"description": "SOC-URITY",
|
||||||
|
"version": "1.0",
|
||||||
|
|
||||||
|
"browser_action":{
|
||||||
|
"default_icon": "icons/border-48.png",
|
||||||
|
"default_popup": "popup.html"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head></head>
|
<head></head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Welcome to Soc-urity</h1>
|
||||||
<script>
|
<script>
|
||||||
fetch('http://localhost:6565/api')
|
fetch('http://localhost:6565/api')
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue