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",
"manifest_version": 3,
"name": "DoneNote",
"version": "1.0.6",
"description": "Leave notes straight on the web page with your entire team",
"oauth2": {
"client_id": "180994980221-s776ljgl81ddt3ohslkss5v9q0t097eg.apps.googleusercontent.com",
"scopes": [
"profile email",
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"icons": {
"16": "inj\/img\/icon16.png",
"32": "inj\/img\/icon32.png",
"48": "inj\/img\/icon48.png",
"128": "inj\/img\/icon128.png"
},
"action": {
"default_icon": {
"16": "inj\/img\/icon16.png",
"32": "inj\/img\/icon32.png",
"48": "inj\/img\/icon48.png",
"128": "inj\/img\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"externally_connectable": {
"matches": [
"*:\/\/app.donenote.com\/*"
]
},
"permissions": [
"scripting",
"storage",
"identity"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}