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": "GitHub comment minimizer",
"short_name": "GHMinimizer",
"description": "If several bots fight for attention in your GitHub pull requests, this will hide old bot comments visually in your timeline.",
"version": "0.5.0",
"options_page": "options.html",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/pull\/*"
],
"run_at": "document_idle",
"all_frames": true,
"js": [
"comment-visibility.js"
]
}
],
"action": {
"default_popup": "extension-popup.html",
"default_icon": {
"16": "images\/github-comment-minimizer-icon16.png",
"32": "images\/github-comment-minimizer-icon32.png",
"48": "images\/github-comment-minimizer-icon48.png",
"128": "images\/github-comment-minimizer-icon128.png"
}
},
"icons": {
"16": "images\/github-comment-minimizer-icon16.png",
"32": "images\/github-comment-minimizer-icon32.png",
"48": "images\/github-comment-minimizer-icon48.png",
"128": "images\/github-comment-minimizer-icon128.png"
},
"manifest_version": 3
}