Compare commits

...

3 Commits

Author SHA1 Message Date
LingandRX 0624b609be Merge pull request #62 from LingandRX/hotfix/remove-unused-alarms
hotfix: remove unused alarms permission
2026-06-02 19:10:26 +08:00
Ubuntu f551428142 hotfix: remove unused alarms permission 2026-06-02 19:09:39 +08:00
LingandRX 1ae057ccfa Merge pull request #61 from LingandRX/hotfix/revert-version
hotfix: revert package.json version to 1.0.0
2026-06-02 14:59:34 +08:00
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -152,13 +152,6 @@ const webExtensionMock = {
getAll: vi.fn().mockResolvedValue([]), getAll: vi.fn().mockResolvedValue([]),
remove: vi.fn().mockResolvedValue(undefined), remove: vi.fn().mockResolvedValue(undefined),
}, },
alarms: {
create: vi.fn().mockResolvedValue(undefined),
onAlarm: {
addListener: vi.fn(),
removeListener: vi.fn(),
},
},
contextMenus: { contextMenus: {
create: vi.fn(), create: vi.fn(),
onClicked: { onClicked: {
-1
View File
@@ -56,7 +56,6 @@ export default defineConfig({
'cookies', 'cookies',
'sidePanel', 'sidePanel',
'contextMenus', 'contextMenus',
'alarms',
], ],
host_permissions: ['<all_urls>'], host_permissions: ['<all_urls>'],
action: { action: {