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",
"manifest_version": 3,
"name": "Gender Classifier",
"version": "1.12",
"description": "Probability based gender guessing",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "16.png",
"48": "48.png"
},
"default_title": "Settings",
"default_popup": "popup.html"
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
}