사용자의 웹 서핑 생산성을 높여주는 줌 시작페이지 제공
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "스타트줌",
"description": "사용ìžì˜ 웹 서핑 ìƒì‚°ì„±ì„ 높여주는 줌 시작페ì´ì§€ ì œê³µ",
"version": "2.0.5.0",
"manifest_version": 3,
"action": {
"default_icon": "icon.png",
"default_title": "스타트줌 바로가기"
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"permissions": [
"declarativeNetRequest",
"topSites",
"scripting",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"web_accessible_resources": [
{
"resources": [
"icon.png"
],
"matches": [
"*://zum.com/*",
"*://*.zum.com/*",
"*://localhost/*"
]
}
],
"externally_connectable": {
"matches": [
"*://zum.com/*",
"*://*.zum.com/*",
"*://localhost/*"
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}