Remove Chrome support

@rebloor [noted][1] that the root readme states that "examples are tested in Firefox." This change removes Chrome support in order to accurately reflect the framing established in the README.

[1]: https://github.com/mdn/webextensions-examples/pull/565#issuecomment-2241954087
This commit is contained in:
Simeon Vincent
2025-03-09 17:14:12 -07:00
parent 31b0efc5a6
commit 3d52dce7c8
2 changed files with 1 additions and 4 deletions

View File

@@ -15,8 +15,7 @@
},
"background": {
"scripts": ["storage.js", "auth.js"],
"service_worker": "sw.js"
"scripts": ["storage.js", "auth.js"]
},
"options_ui": {

View File

@@ -1,2 +0,0 @@
// Import and synchronously execute other JavaScript files.
importScripts("storage.js", "auth.js");