Skip to content

Commit 38e5057

Browse files
committed
changes
1 parent 2ac9002 commit 38e5057

File tree

2 files changed

+1
-55
lines changed

2 files changed

+1
-55
lines changed

board_webext/background.js

-45
This file was deleted.

board_webext/manifest.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,11 @@
1616
"editor/*"
1717
],
1818

19-
"permissions": [
20-
"activeTab",
21-
"tabs"
22-
],
23-
2419
"chrome_url_overrides": {
2520
"newtab": "index.html"
2621
},
2722

2823
"chrome_settings_overrides" : {
2924
"homepage": "index.html"
30-
},
31-
32-
"background": {
33-
"scripts": ["background.js"]
3425
}
35-
}
26+
}

0 commit comments

Comments
 (0)