Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sortable Tables for GitHub", "version": "1.52", "description": "Makes GitHub markdown tables sortable.", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "128": "128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content.js" ] } ] }