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,
"version": "3.0.3",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "\/images\/icon-16.png",
"32": "\/images\/icon-32.png",
"64": "\/images\/icon-64.png",
"128": "\/images\/icon-128.png"
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"service_worker": "\/js\/background.js"
},
"options_ui": {
"page": "\/ui\/options.html",
"open_in_tab": true
},
"action": {
"default_icon": {
"16": "images\/icon-16.png",
"19": "images\/icon-19.png",
"20": "images\/icon-20.png",
"32": "images\/icon-32.png",
"38": "images\/icon-38.png",
"40": "images\/icon-40.png",
"64": "images\/icon-64.png"
},
"default_popup": "\/ui\/popup.html",
"default_title": "__MSG_appName__"
},
"content_scripts": [
{
"js": [
"\/js\/common.js",
"\/js\/content\/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"\/js\/content\/inject.js"
],
"matches": [
"<all_urls>"
]
}
],
"homepage_url": "https:\/\/hide-location.pdfwork.com\/"
}