Closed sambuddhabasu closed 9 years ago
Changes made in the PR:
storage.js
context_messenger.js
options.js
glyph.js
first_run.js
ls.getItem()
ls.setItem()
Privly.storage.get()
Privly.storage.set()
Privly.glyph
runningVersion
One inline question. Ready to merge otherwise.
Changes made in the PR:
storage.js
,context_messenger.js
,options.js
andglyph.js
has been included in the global page now.first_run.js
background script,ls.getItem()
andls.setItem()
has been replaced byPrivly.storage.get()
andPrivly.storage.set()
Privly.glyph
has been usedrunningVersion
has been dynamically set now when possiblefirst_run.js
background script test has been updated