Skip to content

Commit 36df6a0

Browse files
DrLynchbradley-erickson
authored andcommitted
Fixing the manifest issue for permissions. (#81)
* Fixing the manifest issue for permissions. * Fixing manifest to reflect new version and to remove permissions that we do not make use of.
1 parent 8fbe208 commit 36df6a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extension/extension/manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage_url": "https://github.com/ETS-Next-Gen/writing_observer",
66
"incognito": "not_allowed",
77
"offline_enabled": true,
8-
"version": "0.0.0.1",
8+
"version": "1.0.0.2",
99
"description": "Tracks writing in Google Docs, and provides nifty insights to you and your teachers!",
1010
"action": {
1111
"default_title": "Writing Process",
@@ -28,11 +28,9 @@
2828
},
2929
"permissions": [
3030
"webRequest",
31-
"declarativeNetRequest",
3231
"identity",
3332
"identity.email",
3433
"storage",
35-
"nativeMessaging",
3634
"scripting",
3735
"activeTab"
3836
],

0 commit comments

Comments
 (0)