familyfriendlymikey 1 year 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",
"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,
"permissions": [
"bookmarks",

4
package-lock.json

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

2
package.json

@ -1,6 +1,6 @@
{
"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.",
"homepage": "https://fuzzyho.me/",
"author": "Mikey Oz (https://github.com/familyfriendlymikey)",

Loading…
Cancel
Save