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": "WhatFont Pro",
"description": "A professional tool to identify and analyze fonts on web pages with advanced features.",
"version": "1.0.0",
"author": "Enhanced from WhatFont by [email protected]",
"homepage_url": "https:\/\/github.com\/yourusername\/WhatFontPro",
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "icon16.png",
"19": "icon19.png",
"32": "icon32.png",
"38": "icon38.png",
"48": "icon48.png",
"76": "icon76.png",
"96": "icon96.png",
"128": "icon128.png",
"256": "icon256.png"
},
"default_title": "WhatFont Pro",
"default_popup": "popup\/mini-popup.html"
},
"side_panel": {
"default_path": "popup\/popup.html"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"sidePanel",
"tabs",
"notifications"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"96": "icon96.png",
"128": "icon128.png",
"256": "icon256.png"
},
"commands": {
"activate-font-shortcuts": {
"suggested_key": {
"default": "Alt+E"
},
"description": "Activate WhatFont Pro shortcuts"
},
"toggle-activation": {
"suggested_key": {
"default": "Ctrl+Shift+F"
},
"description": "Toggle font detection on\/off"
}
}
}