samrum / vite-plugin-web-extension

A vite plugin for generating cross browser platform, ES module based web extensions.
MIT License
323 stars 33 forks source link

is the default run_at for content script changed to document_start? #131

Open devhandler opened 9 months ago

devhandler commented 9 months ago

the default for chrome is run_at: "document_idle", but somehow if i don't explicitly specify it in manifest.json, i will get "Error: Could not establish connection. Receiving end does not exist.", which happens quite often if it's document_start