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": "__MSG_appName__",
"version": "25.11.6",
"description": "__MSG_appDesc__",
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"scripts.js"
],
"matches": [
"*:\/\/keep.google.com\/*"
]
}
],
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"manifest_version": 3
}