From 765f9d1ff52ad3329cf2f5e4617c42f21d49aff7 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 12 Sep 2026 18:02:49 -0700 Subject: [PATCH] chore: bump version to 3.0.0 --- dist/chrome/index.html | 2 +- dist/chrome/manifest.json | 2 +- dist/firefox/index.html | 2 +- dist/firefox/manifest.json | 2 +- dist/web/index.html | 62 +++++++++++++++++++------------------- index.html | 2 +- package.json | 2 +- vite.config.js | 2 +- 8 files changed, 38 insertions(+), 38 deletions(-) diff --git a/dist/chrome/index.html b/dist/chrome/index.html index de81b4b..7208491 100644 --- a/dist/chrome/index.html +++ b/dist/chrome/index.html @@ -7,7 +7,7 @@ -

inØsight 2.2.1source

+

inØsight 3.0.0source

diff --git a/dist/chrome/manifest.json b/dist/chrome/manifest.json index f002b2e..1f5eb79 100644 --- a/dist/chrome/manifest.json +++ b/dist/chrome/manifest.json @@ -1 +1 @@ -{"name":"inØsight","version":"2.2.1","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"},"content_scripts":[{"matches":[""],"js":["content.js"],"run_at":"document_idle"}]} \ No newline at end of file +{"name":"inØsight","version":"3.0.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"},"content_scripts":[{"matches":[""],"js":["content.js"],"run_at":"document_idle"}]} \ No newline at end of file diff --git a/dist/firefox/index.html b/dist/firefox/index.html index de81b4b..7208491 100644 --- a/dist/firefox/index.html +++ b/dist/firefox/index.html @@ -7,7 +7,7 @@ -

inØsight 2.2.1source

+

inØsight 3.0.0source

diff --git a/dist/firefox/manifest.json b/dist/firefox/manifest.json index 54f43ca..76cf657 100644 --- a/dist/firefox/manifest.json +++ b/dist/firefox/manifest.json @@ -1 +1 @@ -{"name":"inØsight","version":"2.2.1","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}"}},"content_scripts":[{"matches":[""],"js":["content.js"],"run_at":"document_idle"}]} \ No newline at end of file +{"name":"inØsight","version":"3.0.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}"}},"content_scripts":[{"matches":[""],"js":["content.js"],"run_at":"document_idle"}]} \ No newline at end of file diff --git a/dist/web/index.html b/dist/web/index.html index bb2de09..783248c 100644 --- a/dist/web/index.html +++ b/dist/web/index.html @@ -1,33 +1,33 @@ - - - - - + + + + + - - -

inØsight 2.2.1source

- - - - - - -

- notice: some platforms restrict Ø width characters. -

- - + + +

inØsight 3.0.0source

+ + + + + + +

+ notice: some platforms restrict Ø width characters. +

+ + diff --git a/index.html b/index.html index 9c6f662..980f93c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -

inØsight 2.2.1source

+

inØsight 3.0.0source

diff --git a/package.json b/package.json index 81e3752..a24e164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inzerosight", - "version": "2.2.1", + "version": "3.0.0", "private": true, "type": "module", "scripts": { diff --git a/vite.config.js b/vite.config.js index 41963f2..6003659 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default defineConfig(async ({ mode }) => { manifest: () => { const base = { name: "in\u00D8sight", - version: "2.2.1", + version: "3.0.0", author: "planetrenox@pm.me", homepage_url: "https://github.com/planetrenox/inzerosight", description: "Communicate undetected in plain sight.",