extension

master
BrOakes 2020-02-26 21:03:04 -05:00
parent 83c9d69e44
commit 9143bd08b7
4 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

View File

@ -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"
}
}

View File

@ -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>

View File