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": "HN post comments sorted",
"version": "1.3",
"icons": {
"48": "logo_48.png",
"96": "logo_96.png",
"128": "logo_128.png"
},
"description": "Sort HN post comments by date.",
"content_scripts": [
{
"matches": [
"https:\/\/news.ycombinator.com\/*"
],
"js": [
"contentscript.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"manifest_version": 3,
"host_permissions": [
"https:\/\/hn.algolia.com\/"
]
}