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": "Drawing Helper!",
"description": "Replaces the new tab page with a fun drawing tool!",
"version": "1.0",
"manifest_version": 3,
"chrome_url_overrides": {
"newtab": "popup.html"
},
"action": {
"default_popup": "",
"default_icon": {
"16": "pen.png",
"32": "pen.png",
"48": "pen.png",
"128": "pen.png"
}
}
}