Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Favicon Changer (Re-uploaded version)",
"version": "1.0.9",
"description": "Lets you change favicons for your bookmarks, single webpages and entire websites.",
"icons": {
"16": "images\/16.png",
"19": "images\/19.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "images\/19.png",
"default_popup": "popup.html",
"default_title": "Favicon Changer"
},
"content_scripts": [
{
"js": [
"scripts\/jquery.js",
"content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"options_page": "options.html",
"permissions": [
"activeTab",
"storage"
]
}