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",
"background": {
"service_worker": "serviceWorker\/serviceWorker.js"
},
"name": "Converter Suite",
"short_name": "Converter Suite",
"icons": {
"128": "icons\/icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/convertersuite.com\/*"
],
"run_at": "document_start",
"js": [
"contentScript.js"
]
}
],
"description": "The Converter Suite free extension adds an easy-to-use tool to your browser that allows you to convert files to and from PDFs.",
"version": "1.0.0.0",
"manifest_version": 3,
"action": {
"browser_style": true,
"default_icon": {
"128": "icons\/icon_black.png"
},
"default_title": "Converter Suite"
},
"homepage_url": "https:\/\/convertersuite.com\/convertersuite\/newtab.html?appId=13163&homepage=1",
"host_permissions": [
"*:\/\/convertersuite.com\/"
]
}