mirror of
https://github.com/skidoodle/hostinfo
synced 2025-03-16 13:59:38 +01:00
firefox support beta
This commit is contained in:
parent
862be4f924
commit
971a980def
6 changed files with 29 additions and 11 deletions
|
@ -2,10 +2,10 @@ import { defineConfig } from 'wxt';
|
|||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
export default defineConfig({
|
||||
extensionApi: 'chrome',
|
||||
extensionApi: 'webextension-polyfill',
|
||||
modules: ['@wxt-dev/module-react'],
|
||||
manifest: {
|
||||
permissions: ['tabs', 'activeTab', 'webRequest', 'file://*', 'debugger'],
|
||||
permissions: ['tabs', 'activeTab', 'webRequest'],
|
||||
host_permissions: ['https://ip.albert.lol/*', 'https://dns.google/*', 'https://flagcdn.com/*'],
|
||||
action: {
|
||||
default_title: 'Host Info',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue