Add monitoring service and database schema
- Implement monitoring service with heartbeat, lease tasks, resume tasks, and task result handling. - Create monitoring time utilities for business date calculations. - Add unit tests for date window resolution and business day handling. - Define database schema for monitoring-related tables including quotas, daily reports, and task management. - Establish migration scripts for creating and dropping monitoring tables.
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineConfig({
|
||||
manifest: {
|
||||
name: "GEO Publisher",
|
||||
description: "Bind media accounts, execute local publish flows, and keep background detection tasks running.",
|
||||
permissions: ["storage", "tabs", "alarms", "cookies", "declarativeNetRequest"],
|
||||
permissions: ["scripting", "activeTab", "background","storage", "tabs", "tabGroups", "alarms", "cookies", "webRequest", "declarativeNetRequest"],
|
||||
host_permissions: ["http://*/*", "https://*/*"],
|
||||
declarative_net_request: {
|
||||
rule_resources: [
|
||||
|
||||
Reference in New Issue
Block a user