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": "__MSG_appName__",
"version": "1.2.7",
"description": "__MSG_appDesc__",
"permissions": [
"storage",
"contextMenus",
"identity"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"chrome_url_overrides": {
"newtab": "new_tab.html"
},
"options_page": "settings.html",
"default_locale": "ko",
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"oauth2": {
"client_id": "1079340598122-5gmh5vg07j218ku3r0rp442d51aiujlq.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.appdata"
]
}
}