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": "Site Note",
"version": "0.0.3",
"description": "Site specific notes for URL or a blank URL for global notes.",
"manifest_version": 3,
"action": {
"default_popup": "default_popup.html"
},
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"permissions": [
"storage",
"activeTab"
],
"options_page": "options.html",
"icons": {
"128": "128.png"
}
}