{"id":13376153,"url":"https://github.com/bpevs/favioli","last_synced_at":"2025-09-02T21:36:54.247Z","repository":{"id":38845977,"uuid":"124727286","full_name":"bpevs/favioli","owner":"bpevs","description":"Emoji Favicons for the web. 👊🤯","archived":false,"fork":false,"pushed_at":"2025-05-14T11:55:42.000Z","size":5837,"stargazers_count":70,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-27T13:46:28.883Z","etag":null,"topics":["chrome-extension","emoji","favicon","firefox-addon","react"],"latest_commit_sha":null,"homepage":"https://favioli.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bpevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-03-11T05:47:27.000Z","updated_at":"2025-06-08T10:33:59.000Z","dependencies_parsed_at":"2025-04-12T14:33:30.715Z","dependency_job_id":null,"html_url":"https://github.com/bpevs/favioli","commit_stats":null,"previous_names":["ivebencrazy/favioli"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/bpevs/favioli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ffavioli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ffavioli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ffavioli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ffavioli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpevs","download_url":"https://codeload.github.com/bpevs/favioli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpevs%2Ffavioli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273081099,"owners_count":25042275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","emoji","favicon","firefox-addon","react"],"created_at":"2024-07-30T05:02:29.227Z","updated_at":"2025-09-02T21:36:53.637Z","avatar_url":"https://github.com/bpevs.png","language":"TypeScript","funding_links":[],"categories":["Pug","HTML"],"sub_categories":[],"readme":"# Favioli 🤯\n\n\u003cp\u003e\n\u003ca href=\"https://chrome.google.com/webstore/detail/favioli/pnoookpoipfmadlpkijnboajfklplgbe\"\u003e\n  \u003cimg alt=\"Download for Chrome\" src=\"https://img.shields.io/badge/download_for-chrome-blue.svg\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://addons.mozilla.org/firefox/addon/favioli/\"\u003e\n  \u003cimg alt=\"Download for Firefox\" src=\"https://img.shields.io/badge/download_for-firefox-orange.svg\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\nFavioli is a tool for overriding Favicons for websites.\n\n## Quick Setup (For Building Release)\n\nRelease 2.0.2 was build with:\n\n- macOS Monterey 12.6.3\n- [Deno](https://deno.land/) 1.30.0\n- Bext v1.0.0\n\nDirections for Shell on OSX\n(PowerShell on Windows is same, except for Deno installation step)\n\n```sh\n# install Deno @ v1.30.0\ncurl -fsSL https://deno.land/install.sh | sh -s v1.30.0\n\n# Install bext packager @ v1.0.0\ndeno run -A https://deno.land/x/bext@v1.0.0/main.ts\n\n# Change directory to this repo\ncd favioli\n\n# Run bext packager @ v1.0.0\ndeno run -A https://deno.land/x/bext@v1.0.0/main.ts\n\n# Unpacked extension output should be available in `dist/{browser}`\nopen dist/firefox\nopen dist/chrome\n\n# You should be able to load your unpacked extension using a browser.\n```\n\n## Development Setup\n\n[Deno](https://deno.land/) is a javascript/typescript runtime (think spiritual successor to node.js)\n\n[bext](https://github.com/bpevs/bext) is a set of browser extension build tools, types, and utilities for deno. It was created for Favioli.\n\nTo load Favioli into a browser, point to each browser's respective dist directory.\n[Google](https://developer.chrome.com/extensions) and\n[Mozilla](https://developer.mozilla.org/docs/Mozilla/Add-ons) each have\nresources about developing for their respective platforms.\n\nIf you want to install latest bext with more limited permissions:\n\n```sh\ndeno install --name=bext --allow-read --allow-write --allow-run --allow-env -f https://deno.land/x/bext/main.ts\n```\n\n| Commands                | What they Do                        |\n| ----------------------- | ----------------------------------- |\n| `bext`                  | bundles extension and watch code    |\n| `bext chrome`           | bundles extension only for chrome   |\n| `bext firefox`          | bundles extension only for firefox  |\n| `deno task test:all`    | run code formatter, then unit tests |\n| `deno task test:update` | run code formatter, then unit tests |\n\n## Inspiration\n\n- [Emoji-Favicon-Toolkit](https://github.com/eligrey/emoji-favicon-toolkit) by\n  [OFTN Inc.](https://oftn.org) and [Eli Grey](https://eligrey.com)\n- [eft-input-modified-indicator.js](https://gist.github.com/eligrey/4df9453c3bc20acd38728ccba7bb7160)\n  by [Eli Grey](https://eligrey.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpevs%2Ffavioli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpevs%2Ffavioli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpevs%2Ffavioli/lists"}