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": "Quick Note",
"version": "0.0.3",
"description": "\ub2e8\ucd95\ud0a4\ub85c \ube60\ub974\uac8c \ubd88\ub7ec\uc640 \uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \ub178\ud2b8\uc571",
"author": "taehyung",
"icons": {
"128": "assets\/docs128.png"
},
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "src\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"src\/css\/app.css",
"src\/css\/header.css",
"src\/css\/content.css"
],
"js": [
"src\/contentScript.js"
]
}
],
"permissions": [
"storage",
"unlimitedStorage",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"src\/*",
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
]
}