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",
"manifest_version": 3,
"name": "ChromEd Notepad",
"version": "0.3",
"description": "Notepad and Code Editor for Chrome with Local File Storage and Google Drive Integration.",
"permissions": [
"storage",
"identity",
"tabs"
],
"host_permissions": [
"https:\/\/www.googleapis.com\/*"
],
"oauth2": {
"client_id": "472481270612-epdjriuv95vcjmcurbbq9i40gvinjf6f.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
]
},
"action": {
"default_title": "ChromEd \u2014 Multitab Text & Code Editor (Google Drive)",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}