Correct typo.
This commit is contained in:
parent
e21fbb621a
commit
0193ca8cb2
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ chrome.runtime.onInstalled.addListener(function(e) {
|
|||
count: 0,
|
||||
notification: true,
|
||||
openWhenComplete: false,
|
||||
openFunction: openWindow;
|
||||
openFunction: openWindow,
|
||||
errorURL: null,
|
||||
noop: function() {},
|
||||
start: function() {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Caret",
|
||||
"description": "Professional text editing for Chrome and Chrome OS",
|
||||
"version": "1.2.17",
|
||||
"version": "1.2.18",
|
||||
"manifest_version": 2,
|
||||
"icons": {
|
||||
"128": "icon-128.png"
|
||||
|
|
Loading…
Reference in a new issue