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": "Days from now",
"version": "0.1",
"description": "calculates the date from number entered",
"icons": {
"16": "icons\/logo.png",
"48": "icons\/logo.png",
"128": "icons\/logo.png"
},
"permissions": [],
"action": {
"default_title": "Days from now",
"default_popup": "key.html"
}
}