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": "Day PLan Search",
"description": "Day PLan Search",
"version": "1.0.8",
"manifest_version": 3,
"offline_enabled": true,
"action": {
"default_title": "Day PLan Search"
},
"background": {
"service_worker": "background.js"
},
"options_page": "public\/index.html",
"permissions": [
"storage"
],
"icons": {
"16": "public\/img\/16.png",
"32": "public\/img\/32.png",
"64": "public\/img\/64.png",
"128": "public\/img\/128.png"
},
"chrome_url_overrides": {
"newtab": "public\/index.html"
}
}