Primeira versao
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "URL Launcher",
|
||||
"version": "1.0.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>"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user