diff --git a/browser-extension/manifest.json b/browser-extension/manifest.json index 9e0e30c..78c5958 100644 --- a/browser-extension/manifest.json +++ b/browser-extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "author": "Lee Wannacott", "name": "table-sort-js", - "version": "1.0", + "version": "1.12.1", "description": "Makes tables sortable using table-sort-js: https://github.com/LeeWannacott/table-sort-js", "icons": { "48": "icons/t.png" }, "browser_action": { @@ -11,10 +11,7 @@ }, "content_scripts": [ { - "matches": [ - "", - "https://github.com/*/*/actions/runs/*/usage" - ], + "matches": ["", "https://github.com/*/*/actions/runs/*/usage"], "js": ["addTableSortClass.js", "table-sort.js"] } ] diff --git a/browser-extension/table-sort-js.zip b/browser-extension/table-sort-js.zip index 99927e6..34435dc 100644 Binary files a/browser-extension/table-sort-js.zip and b/browser-extension/table-sort-js.zip differ