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",
"name": "Get FavIcon",
"version": "0.2.0",
"description": "Get FavIcon of current tab.",
"manifest_version": 3,
"permissions": [
"activeTab",
"tabs"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"icons": {
"128": "assets\/favicon.png"
},
"action": {
"default_title": "Get FavIcon",
"default_popup": "popup.html"
}
}