Remove experiment APIs and content script

This commit is contained in:
Jordan Wages 2025-06-25 00:36:46 -05:00
commit f4103c4100
8 changed files with 3 additions and 301 deletions

View file

@ -19,25 +19,6 @@
"128": "resources/img/logo128.png"
},
"background": { "scripts": [ "background.js" ] },
"experiment_apis": {
"aiFilter": {
"schema": "experiment/schema.json",
"parent": {
"scopes": [ "addon_parent" ],
"paths": [ [ "aiFilter" ] ],
"script": "experiment/api.js",
"events": [ "startup" ]
}
},
"DomContentScript": {
"schema": "experiment/DomContentScript/schema.json",
"parent": {
"scopes": [ "addon_parent" ],
"paths": [ [ "DomContentScript" ] ],
"script": "experiment/DomContentScript/implementation.js"
}
}
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true