mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
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:
@@ -15,8 +15,7 @@
|
||||
},
|
||||
|
||||
"background": {
|
||||
"scripts": ["storage.js", "auth.js"],
|
||||
"service_worker": "sw.js"
|
||||
"scripts": ["storage.js", "auth.js"]
|
||||
},
|
||||
|
||||
"options_ui": {
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
// Import and synchronously execute other JavaScript files.
|
||||
importScripts("storage.js", "auth.js");
|
||||
Reference in New Issue
Block a user