mirror of
https://github.com/skidoodle/hostinfo
synced 2026-04-28 09:37:37 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
806072fbf1
|
|||
|
baa277fbd9
|
+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": "1.3",
|
"version": "1.4",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "wxt",
|
"dev": "wxt",
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ export default defineConfig({
|
|||||||
modules: ['@wxt-dev/module-react'],
|
modules: ['@wxt-dev/module-react'],
|
||||||
manifest: {
|
manifest: {
|
||||||
permissions: ['tabs', 'activeTab', 'webRequest'],
|
permissions: ['tabs', 'activeTab', 'webRequest'],
|
||||||
host_permissions: ['https://ip.albert.lol/*', 'https://dns.google/*'],
|
host_permissions: ['https://ip.albert.lol/*', 'https://cloudflare-dns.com/*'],
|
||||||
action: {
|
action: {
|
||||||
default_title: 'Host Info',
|
default_title: 'Host Info',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user