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_extName__",
"short_name": "__MSG_extName__",
"version": "3.0.1",
"description": "__MSG_description__",
"default_locale": "en",
"homepage_url": "https:\/\/qwetab.qwerpdf.com\/",
"author": "qwetab.com",
"chrome_url_overrides": {
"newtab": "\/dist\/index.html"
},
"icons": {
"16": "images\/icon\/icon16.png",
"32": "images\/icon\/icon32.png",
"48": "images\/icon\/icon48.png",
"128": "images\/icon\/icon128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"js\/content_script.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
},
{
"all_frames": false,
"js": [
"js\/content_script_installed.js"
],
"matches": [
"*:\/\/*.qwerpdf.com\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.qwerpdf.com\/"
],
"offline_enabled": true,
"externally_connectable": {
"matches": [
"*:\/\/qwerpdf.com\/*"
]
}
}