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,
"minimum_chrome_version": "126",
"offline_enabled": true,
"default_locale": "en",
"name": "__MSG_extName__",
"short_name": "fontSwap",
"description": "__MSG_extDescription__",
"version": "0.0.27",
"author": "Brahmastra Techeq",
"icons": {
"32": "icon_32.png",
"128": "icon_128.png"
},
"action": {
"default_title": "fontSwap (Ctrl+Shift+F)",
"default_popup": "popup\/index.html"
},
"options_page": "options\/index.html",
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"windows": "Ctrl+Shift+F",
"mac": "Ctrl+Shift+F",
"linux": "Ctrl+Shift+F"
}
}
},
"web_accessible_resources": [
{
"resources": [
"scripts\/apply-font\/*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"activeTab",
"fontSettings",
"scripting",
"storage"
],
"optional_permissions": [
"tabs"
],
"optional_host_permissions": [
"<all_urls>"
]
}