mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-03-17 03:01:02 +00:00
build: firefox + chrome extensions
This commit is contained in:
5
dist/chrome/index.html
vendored
5
dist/chrome/index.html
vendored
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" crossorigin href="/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="overbar"><p>inØsight 2.1.0<a id="homepage" href="https://github.com/planetrenox/inzerosight">source</a></p></div>
|
||||
<div id="overbar"><p>inØsight 2.2.0<a id="homepage" href="https://github.com/planetrenox/inzerosight">source</a></p></div>
|
||||
<textarea id="textarea" placeholder="input text here..."></textarea>
|
||||
<input id="encodeButton" type="button" name="button" value="encode to clipboard"/>
|
||||
<input id="decodeButton" type="button" name="button" value="decode from text"/>
|
||||
@@ -21,7 +21,8 @@
|
||||
<select id="cipher">
|
||||
<optgroup label="Encryption">
|
||||
<option>PLAIN</option>
|
||||
<option>SPECK32_64ECB</option>
|
||||
<option>SPECK48_96CTR</option>
|
||||
<option>SPECK32_64ECB (insecure)</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
<p id="notice">
|
||||
|
||||
6
dist/chrome/index.js
vendored
6
dist/chrome/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/chrome/manifest.json
vendored
2
dist/chrome/manifest.json
vendored
@@ -1 +1 @@
|
||||
{"name":"inØsight","version":"2.1.0","author":"planetrenox@pm.me","homepage_url":"https://github.com/planetrenox/inzerosight","description":"Communicate undetected in plain sight.","icons":{"48":"icon_500.png"},"manifest_version":3,"action":{"default_icon":{"48":"icon_500.png"},"default_title":"inØsight","default_popup":"index.html"}}
|
||||
{"name":"inØsight","version":"2.2.0","author":"planetrenox@pm.me","homepage_url":"https://github.com/planetrenox/inzerosight","description":"Communicate undetected in plain sight.","icons":{"48":"icon_500.png"},"manifest_version":3,"action":{"default_icon":{"48":"icon_500.png"},"default_title":"inØsight","default_popup":"index.html"}}
|
||||
5
dist/firefox/index.html
vendored
5
dist/firefox/index.html
vendored
@@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" crossorigin href="/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="overbar"><p>inØsight 2.1.0<a id="homepage" href="https://github.com/planetrenox/inzerosight">source</a></p></div>
|
||||
<div id="overbar"><p>inØsight 2.2.0<a id="homepage" href="https://github.com/planetrenox/inzerosight">source</a></p></div>
|
||||
<textarea id="textarea" placeholder="input text here..."></textarea>
|
||||
<input id="encodeButton" type="button" name="button" value="encode to clipboard"/>
|
||||
<input id="decodeButton" type="button" name="button" value="decode from text"/>
|
||||
@@ -21,7 +21,8 @@
|
||||
<select id="cipher">
|
||||
<optgroup label="Encryption">
|
||||
<option>PLAIN</option>
|
||||
<option>SPECK32_64ECB</option>
|
||||
<option>SPECK48_96CTR</option>
|
||||
<option>SPECK32_64ECB (insecure)</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
<p id="notice">
|
||||
|
||||
6
dist/firefox/index.js
vendored
6
dist/firefox/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/firefox/manifest.json
vendored
2
dist/firefox/manifest.json
vendored
@@ -1 +1 @@
|
||||
{"name":"inØsight","version":"2.1.0","author":"planetrenox@pm.me","homepage_url":"https://github.com/planetrenox/inzerosight","description":"Communicate undetected in plain sight.","icons":{"48":"icon_500.png"},"manifest_version":2,"browser_action":{"browser_style":false,"default_icon":"icon_500.png","default_title":"inØsight","default_popup":"index.html"},"content_security_policy":"script-src 'self'; style-src 'self';","browser_specific_settings":{"gecko":{"id":"{0a73f41c-c59c-404b-9e07-f7392fa830d4}"}}}
|
||||
{"name":"inØsight","version":"2.2.0","author":"planetrenox@pm.me","homepage_url":"https://github.com/planetrenox/inzerosight","description":"Communicate undetected in plain sight.","icons":{"48":"icon_500.png"},"manifest_version":2,"browser_action":{"browser_style":false,"default_icon":"icon_500.png","default_title":"inØsight","default_popup":"index.html"},"content_security_policy":"script-src 'self'; style-src 'self';","browser_specific_settings":{"gecko":{"id":"{0a73f41c-c59c-404b-9e07-f7392fa830d4}"}}}
|
||||
BIN
dist/inzerosight-chrome.zip
vendored
Normal file
BIN
dist/inzerosight-chrome.zip
vendored
Normal file
Binary file not shown.
BIN
dist/inzerosight-firefox.zip
vendored
Normal file
BIN
dist/inzerosight-firefox.zip
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user