Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "25.9.9",
"manifest_version": 3,
"description": "Simple and useful notes that sync with Google Drive. Keep sticky thoughts in notes. Keep notes in Google Drive. Keep your mind calm.",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "service_worker.js"
},
"oauth2": {
"client_id": "747134525486-k45nlfvdpnnqmjbcgrfpaplekp7bhmsa.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"options_page": "options.html",
"action": {
"default_icon": {
"19": "icons\/icon19.png",
"38": "icons\/icon38.png"
},
"default_title": "Notes",
"default_popup": "popup.html"
},
"permissions": [
"identity",
"storage"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}