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": "NewsboyKoala Liner Pro",
"version": "2.0",
"description": "\uc6f9 \ud398\uc774\uc9c0\uc5d0\uc11c \uc911\uc694\ud55c \ub0b4\uc6a9\uc744 \ud558\uc774\ub77c\uc774\ud2b8\ud558\uace0 \uc800\uc7a5\ud560 \uc218 \uc788\ub294 \uc2a4\ub9c8\ud2b8 \ud615\uad11\ud39c \ub3c4\uad6c",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"activeTab",
"contextMenus",
"downloads",
"scripting"
],
"host_permissions": [
"<all_urls>"
]
}