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": "My Calendar",
"version": "1.0",
"description": "A beautiful menstruation calendar with journal and todo list",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "public\/icon16.png",
"48": "public\/icon48.png",
"128": "public\/icon128.png"
}
}