Skip to content

Commit

Permalink
Rename source manifest in chrome_extension/ so Chrome will not load i…
Browse files Browse the repository at this point in the history
…t as an extension (#52)

Addresses #51
  • Loading branch information
mtalcott authored May 30, 2024
1 parent ecf77c1 commit a56edee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion chrome_extension/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from "vite";
import { crx } from "@crxjs/vite-plugin";
import manifest from "./manifest.json";
import manifest from "./src_manifest.json";

export default defineConfig({
server: {
Expand Down

0 comments on commit a56edee

Please sign in to comment.