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": "Suggest Reviewers",
"manifest_version": 3,
"version": "0.0.2",
"description": "Show only one reviewer per file.",
"author": "Solomon Kinard",
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_popup": "default_popup.html"
},
"icons": {
"128": "icons\/128.png"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/chromium-review.googlesource.com\/*"
]
}