half way there

This commit is contained in:
2026-02-03 04:24:11 +01:00
parent 991cd10f40
commit 2973e038d6
274 changed files with 992 additions and 964 deletions
+8 -4
View File
@@ -7,11 +7,15 @@ export default defineConfig({
manifest: {
name: 'Host Info',
description: 'Get host information',
version: '1.7',
permissions: ['tabs', 'activeTab'],
version: '2.0.0',
permissions: [
'tabs',
'activeTab',
'webRequest',
'storage'
],
host_permissions: [
'https://ip.albert.lol/*',
'https://cloudflare-dns.com/*',
'<all_urls>',
],
action: {
default_title: 'Host Info',