build: firefox + chrome extensions

This commit is contained in:
github-actions[bot]
2026-03-11 05:02:16 +00:00
parent d1ce1ca72c
commit c4021803da
8 changed files with 16 additions and 10 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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