removed empty background.js (#897)

This commit is contained in:
Benjamin Lörincz
2023-05-01 15:47:22 +02:00
committed by GitHub
parent 281d194a44
commit ab9460ee7d
2 changed files with 0 additions and 3 deletions

View File

@@ -2,9 +2,6 @@
"name": "MV3 Migration - content script example",
"version": "0.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": ["scripting", "activeTab"],
"action": {
"default_popup": "popup.html"