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": "AdShield Pro - Privacy & Ad Blocker",
"version": "1.9.0",
"description": "Block annoying ads, trackers, and distractions. Protect your privacy while browsing.",
"permissions": [
"storage",
"declarativeNetRequest",
"tabs",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_start",
"all_frames": false
}
],
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"options_page": "settings\/settings.html",
"declarative_net_request": {
"rule_resources": [
{
"id": "basic_filters",
"enabled": true,
"path": "rules\/basic.json"
},
{
"id": "pro_filters",
"enabled": false,
"path": "rules\/pro.json"
}
]
}
}