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": "Gerrit Milestones",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_popup": "popup.html"
},
"author": "Solomon Kinard",
"description": "Click icon to see milestone from crrev.com",
"icons": {
"128": "icon\/128.png"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/crrie.com\/"
],
"default_locale": "en"
}