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": "Focused Element",
"description": "Highlight the focusing element and log it in console.",
"version": "0.3.1",
"author": "Junle Li",
"icons": {
"16": "icons\/active-16.png",
"32": "icons\/active-32.png",
"48": "icons\/active-48.png",
"128": "icons\/active-128.png"
},
"action": {
"default_title": "Enable",
"default_icon": {
"16": "icons\/inactive-16.png",
"32": "icons\/inactive-32.png",
"48": "icons\/inactive-48.png",
"128": "icons\/inactive-128.png"
}
},
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "lib\/background.js"
}
}