AI Service Reliability Monitor & Failover Switch v1.0.0

This commit is contained in:
Bun Bun
2026-06-15 06:24:05 +00:00
commit e08e26bbc5
21 changed files with 4935 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
globalThis.chrome = {
runtime: {
onMessage: {
addListener: () => {},
},
onInstalled: {
addListener: () => {},
},
onStartup: {
addListener: () => {},
},
},
alarms: {
onAlarm: {
addListener: () => {},
},
create: async () => {},
},
tabs: {
onUpdated: {
addListener: () => {},
},
create: async () => {},
sendMessage: async () => {},
},
action: {
setBadgeText: async () => {},
setBadgeBackgroundColor: async () => {},
},
notifications: {
create: async () => {},
},
storage: {
local: {
get: async () => ({}),
set: async () => {},
},
},
} as any;