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": "Tab Url Extractor",
"description": "Tool for tab url copy, easy and flexible.",
"version": "0.1.15",
"background": {
"service_worker": "bg.js"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"options_page": "adv-copy.html",
"permissions": [
"storage",
"tabs",
"notifications"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"icon.png"
],
"matches": [
"<all_urls>"
]
}
]
}