18 lines
425 B
JSON
18 lines
425 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "URL Launcher",
|
|
"version": "1.1.0",
|
|
"description": "Paste a list of URLs and open them all as tabs, with optional lazy-load on focus.",
|
|
"action": {
|
|
"default_popup": "popup.html",
|
|
"default_title": "URL Launcher"
|
|
},
|
|
"permissions": ["tabs"],
|
|
"web_accessible_resources": [
|
|
{
|
|
"resources": ["loader.html", "loader.js"],
|
|
"matches": ["<all_urls>"]
|
|
}
|
|
]
|
|
}
|