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": "FONT Finder PRO",
"version": "1.0.0",
"manifest_version": 3,
"description": "Can detect which font used in webpage.",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pjcgifcabkihapfjdknalkbmmiodmapn\/",
"action": {
"default_popup": "window.html",
"default_title": "FONT Finder PRO by Bayramoff",
"default_icon": {
"16": "icons\/logo_16.png",
"32": "icons\/logo_32.png",
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
}
},
"icons": {
"16": "icons\/logo_16.png",
"32": "icons\/logo_32.png",
"48": "icons\/logo_48.png",
"128": "icons\/logo_128.png"
},
"permissions": [
"activeTab",
"scripting"
]
}