diff --git a/dist/chrome/index.html b/dist/chrome/index.html index 7208491..1c0d4b5 100644 --- a/dist/chrome/index.html +++ b/dist/chrome/index.html @@ -7,7 +7,7 @@ -

inØsight 3.0.0source

+

inØsight 3.0.0source

diff --git a/dist/chrome/manifest.json b/dist/chrome/manifest.json index 1f5eb79..94b6051 100644 --- a/dist/chrome/manifest.json +++ b/dist/chrome/manifest.json @@ -1 +1 @@ -{"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 +{"name":"inØsight","version":"3.0.0","author":"planetrenox@pm.me","homepage_url":"https://github.com/inzerosight/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 7208491..1c0d4b5 100644 --- a/dist/firefox/index.html +++ b/dist/firefox/index.html @@ -7,7 +7,7 @@ -

inØsight 3.0.0source

+

inØsight 3.0.0source

diff --git a/dist/firefox/manifest.json b/dist/firefox/manifest.json index 76cf657..f445483 100644 --- a/dist/firefox/manifest.json +++ b/dist/firefox/manifest.json @@ -1 +1 @@ -{"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 +{"name":"inØsight","version":"3.0.0","author":"planetrenox@pm.me","homepage_url":"https://github.com/inzerosight/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/inzerosight-chrome.zip b/dist/inzerosight-chrome.zip index f8988e5..dddb2e2 100644 Binary files a/dist/inzerosight-chrome.zip and b/dist/inzerosight-chrome.zip differ diff --git a/dist/inzerosight-firefox.zip b/dist/inzerosight-firefox.zip index d7ed6bd..1b0cb74 100644 Binary files a/dist/inzerosight-firefox.zip and b/dist/inzerosight-firefox.zip differ diff --git a/dist/web/index.html b/dist/web/index.html index 38990eb..388ac61 100644 --- a/dist/web/index.html +++ b/dist/web/index.html @@ -1,33 +1,33 @@ - - - - - + + + + + - - -

inØsight 3.0.0source

- - - - - - -

- 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 980f93c..e4b9b6c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -

inØsight 3.0.0source

+

inØsight 3.0.0source

diff --git a/vite.config.js b/vite.config.js index 6003659..40a4d35 100644 --- a/vite.config.js +++ b/vite.config.js @@ -14,7 +14,7 @@ export default defineConfig(async ({ mode }) => { name: "in\u00D8sight", version: "3.0.0", author: "planetrenox@pm.me", - homepage_url: "https://github.com/planetrenox/inzerosight", + homepage_url: "https://github.com/inzerosight/inzerosight", description: "Communicate undetected in plain sight.", icons: { "48": "icon_500.png" }, };