File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ Background script. This works across all of Google Chrome.
66// should be a cookie or browser.storage?
77var RAW_DEBUG = false ;
88
9- // Manually update this variable before upload to Google store
10- var WEBSOCKET_SERVER_URL = "wss://observer.csc.ncsu.edu/wsapi/in/"
9+ /* This variable must be manually updated to specify the server that
10+ * the data will be sent to.
11+ */
12+ var WEBSOCKET_SERVER_URL = "wss://learning-observer.org/wsapi/in/"
13+
1114
1215/*
1316 TODO: FSM
Original file line number Diff line number Diff line change 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" ,
2828 },
2929 "permissions" : [
3030 " webRequest" ,
31- " declarativeNetRequest" ,
3231 " identity" ,
3332 " identity.email" ,
3433 " storage" ,
35- " nativeMessaging" ,
3634 " scripting" ,
3735 " activeTab"
3836 ],
You can’t perform that action at this time.
0 commit comments