From 19aea6a64c9c56d588b1b934154933167fd9856a Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 19 Oct 2024 17:08:48 +0800 Subject: feat: add simple contextMenu and background script --- addon/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'addon/manifest.json') diff --git a/addon/manifest.json b/addon/manifest.json index b95fd4b..c354f65 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -27,10 +27,18 @@ } ], + "background": { + "scripts": [ + "background.js" + ], + "persistent": false + }, + "permissions": [ "activeTab", "tabs", "scripting", + "contextMenus", "https://epsg.io/*", "https://cdn.jsdelivr.net/*" ] -- cgit v1.2.3-70-g09d2