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": "URL Map Extension",
"version": "1.0",
"description": "URL Map \ubd81\ub9c8\ud06c \uad00\ub9ac \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8",
"permissions": [
"storage",
"tabs",
"offscreen",
"contextMenus"
],
"action": {
"default_icon": {
"16": "icons\/16x16.png",
"48": "icons\/48x48.png",
"128": "icons\/128x128.png"
},
"default_title": "URLmap",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"*:\/\/*.firebaseio.com\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
}