From b1c709e1213b15fd74e553824f38a49cd5637e77 Mon Sep 17 00:00:00 2001 From: Kyle Mitchell Date: Sat, 12 Oct 2019 13:34:57 -0400 Subject: [PATCH] moving to version 1.1 --- manifest.json | 2 +- notes.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8836cc0..8d9c670 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Quad - New Tab", "short_name": "Quad", - "version": "1.0.4", + "version": "1.1", "manifest_version": 2, "description": "A minimal New Tab page", "author": "Kyle Mitchell", diff --git a/notes.txt b/notes.txt index 710ec41..f74651e 100644 --- a/notes.txt +++ b/notes.txt @@ -2,7 +2,7 @@ Chrome: use "chrome.storage" in place of "browser.storage" (default) in files: js/home.js js/options.js - remove cobe block in manifest.json: + remove code block in manifest.json: "chrome_settings_overrides" : { "homepage": "index.html" }, \ No newline at end of file