Skip to content

Commit

Permalink
add uninstall form url
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Jamal committed Apr 21, 2024
1 parent 2497aca commit ec819d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import * as P5 from "p5";
import {draw} from "./draw";
import { GLOBAL_SCALE, RGB_THEME } from "./constants/constants";

// on uninstall
chrome.runtime.setUninstallURL("https://forms.gle/9BHKJ7aJqXLr3kfE6");

function unsetMouseIsPressed() {
p5.mouseIsPressed = false;
}
Expand Down

0 comments on commit ec819d4

Please sign in to comment.