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": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "4.2",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"38": "icons\/icon-38.png",
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"activeTab",
"debugger",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.min.js"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"38": "icons\/icon-38.png"
},
"default_title": "__MSG_appName__",
"default_popup": "popup.min.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/ping.min.js",
"content-scripts\/print.min.js"
],
"css": [
"content-scripts\/print.min.css"
],
"run_at": "document_idle"
}
]
}