Skip to content

Commit

Permalink
Update browser extension to match table-sort-js version.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeWannacott committed May 10, 2023
1 parent 3d33990 commit 199474f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions browser-extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -11,10 +11,7 @@
},
"content_scripts": [
{
"matches": [
"<all_urls>",
"https://github.com/*/*/actions/runs/*/usage"
],
"matches": ["<all_urls>", "https://github.com/*/*/actions/runs/*/usage"],
"js": ["addTableSortClass.js", "table-sort.js"]
}
]
Expand Down
Binary file modified browser-extension/table-sort-js.zip
Binary file not shown.

0 comments on commit 199474f

Please sign in to comment.