Skip to content

Commit

Permalink
Updating to SQRX 53, preparing for 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wingman-jr-addon committed Oct 21, 2019
1 parent 322235f commit da116e5
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ browser.runtime.onInstalled.addListener(async ({ reason, temporary, }) => {
browser.runtime.setUninstallURL("https://docs.google.com/forms/d/e/1FAIpQLSfYLfDewK-ovU-fQXOARqvNRaaH18UGxI2S6tAQUKv5RNSGaQ/viewform?usp=sf_link");

//Main plugin
const MODEL_PATH = 'sqrx_48_graphopt/model.json'
const MODEL_PATH = 'sqrx_53_graphopt/model.json'
const IMAGE_SIZE = 224;

//Swish activation
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Filter images transparently for kids",
"manifest_version": 2,
"name": "Wingman Jr.",
"version": "0.9.6",
"version": "0.9.7",

"permissions": [
"webRequest",
Expand Down
Binary file removed sqrx_48_graphopt/group1-shard1of3.bin
Binary file not shown.
Binary file removed sqrx_48_graphopt/group1-shard2of3.bin
Binary file not shown.
Binary file removed sqrx_48_graphopt/group1-shard3of3.bin
Binary file not shown.
1 change: 0 additions & 1 deletion sqrx_48_graphopt/model.json

This file was deleted.

Binary file added sqrx_53_graphopt/group1-shard1of3.bin
Binary file not shown.
Binary file added sqrx_53_graphopt/group1-shard2of3.bin
Binary file not shown.
Binary file added sqrx_53_graphopt/group1-shard3of3.bin
Binary file not shown.
1 change: 1 addition & 0 deletions sqrx_53_graphopt/model.json

Large diffs are not rendered by default.

0 comments on commit da116e5

Please sign in to comment.