diff --git a/public/firefox.manifest.json b/public/firefox.manifest.json index 769e74b6..ccb4a637 100644 --- a/public/firefox.manifest.json +++ b/public/firefox.manifest.json @@ -1,5 +1,10 @@ { "background": { "scripts": ["background.js"] + }, + "browser_specific_settings": { + "gecko": { + "id": "f8793186-e9da-4332-aa1e-dc3d9f7bb04c" + } } }