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": "Parental Control - Adult Blocker",
"version": "3.0.3",
"description": "__MSG_description__",
"permissions": [
"storage",
"activeTab",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"32": "\/assets\/icons\/icon32.png",
"64": "\/assets\/icons\/icon64.png",
"128": "\/assets\/icons\/icon128.png"
}
},
"icons": {
"32": "\/assets\/icons\/icon32.png",
"64": "\/assets\/icons\/icon64.png",
"128": "\/assets\/icons\/icon128.png"
},
"options_page": "index.html",
"web_accessible_resources": [
{
"resources": [
"blocked.html"
],
"matches": [
"<all_urls>"
]
}
]
}