mirror of
https://github.com/skidoodle/hostinfo
synced 2026-04-28 09:37:37 +02:00
Release 2.2
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"name": "hostinfo",
|
"name": "hostinfo",
|
||||||
"description": "Receive information of a domain directly in the browser when browsing a website",
|
"description": "Receive information of a domain directly in the browser when browsing a website",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.1",
|
"version": "2.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wxt",
|
"dev": "wxt",
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ export default defineConfig({
|
|||||||
manifest: {
|
manifest: {
|
||||||
name: 'Host Info',
|
name: 'Host Info',
|
||||||
description: 'Get host information',
|
description: 'Get host information',
|
||||||
version: '2.1',
|
version: '2.2',
|
||||||
permissions: [
|
permissions: [
|
||||||
'tabs',
|
'tabs',
|
||||||
'webRequest',
|
'webRequest',
|
||||||
|
|||||||
Reference in New Issue
Block a user