We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbe208 commit 36df6a0Copy full SHA for 36df6a0
extension/extension/manifest.json
@@ -5,7 +5,7 @@
5
"homepage_url": "https://github.com/ETS-Next-Gen/writing_observer",
6
"incognito": "not_allowed",
7
"offline_enabled": true,
8
- "version": "0.0.0.1",
+ "version": "1.0.0.2",
9
"description": "Tracks writing in Google Docs, and provides nifty insights to you and your teachers!",
10
"action": {
11
"default_title": "Writing Process",
@@ -28,11 +28,9 @@
28
},
29
"permissions": [
30
"webRequest",
31
- "declarativeNetRequest",
32
"identity",
33
"identity.email",
34
"storage",
35
- "nativeMessaging",
36
"scripting",
37
"activeTab"
38
],
0 commit comments