familyfriendlymikey 2 years ago
parent
commit
b5ac7c1c3a
  1. 2
      chrome/manifest.json
  2. 4
      package-lock.json
  3. 2
      package.json

2
chrome/manifest.json

@ -1,7 +1,7 @@
{ {
"name": "fuzzyhome", "name": "fuzzyhome",
"description": "A power user oriented new-tab page that enables lightning speed navigation through the dark magic of fuzzy finding.", "description": "A power user oriented new-tab page that enables lightning speed navigation through the dark magic of fuzzy finding.",
"version": "2.1.0", "version": "2.2.0",
"manifest_version": 3, "manifest_version": 3,
"permissions": [ "permissions": [
"bookmarks", "bookmarks",

4
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "1.0.0", "version": "2.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "1.0.0", "version": "2.2.0",
"dependencies": { "dependencies": {
"fzi": "^1.5.0", "fzi": "^1.5.0",
"imba": "^2.0.0-alpha.226", "imba": "^2.0.0-alpha.226",

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "fuzzyhome", "name": "fuzzyhome",
"version": "1.0.0", "version": "2.2.0",
"description": "A lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result.", "description": "A lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result.",
"homepage": "https://fuzzyho.me/", "homepage": "https://fuzzyho.me/",
"author": "Mikey Oz (https://github.com/familyfriendlymikey)", "author": "Mikey Oz (https://github.com/familyfriendlymikey)",

Loading…
Cancel
Save