mirror of
https://github.com/skidoodle/hostinfo
synced 2026-04-28 09:37:37 +02:00
half way there
This commit is contained in:
+8
-4
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user