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": "Reserve A Table",
"description": "Extension for Reserve A Table",
"version": "1.1",
"manifest_version": 3,
"icons": {
"16": "logo_16.png",
"32": "logo_32.png",
"48": "logo_48.png",
"64": "logo_64.png",
"96": "logo_96.png",
"128": "logo_128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "logo_16.png",
"32": "logo_32.png",
"48": "logo_48.png",
"64": "logo_64.png",
"96": "logo_96.png",
"128": "logo_128.png"
}
},
"background": {
"service_worker": "background.js"
}
}