mirror of
https://github.com/skidoodle/hostinfo
synced 2026-04-28 17:47:36 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
806072fbf1
|
|||
|
baa277fbd9
|
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "hostinfo",
|
||||
"description": "Receive information of a domain directly in the browser when browsing a website",
|
||||
"private": true,
|
||||
"version": "1.3",
|
||||
"version": "1.4",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "wxt",
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ export default defineConfig({
|
||||
modules: ['@wxt-dev/module-react'],
|
||||
manifest: {
|
||||
permissions: ['tabs', 'activeTab', 'webRequest'],
|
||||
host_permissions: ['https://ip.albert.lol/*', 'https://dns.google/*'],
|
||||
host_permissions: ['https://ip.albert.lol/*', 'https://cloudflare-dns.com/*'],
|
||||
action: {
|
||||
default_title: 'Host Info',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user