mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 04:58:56 +00:00
14 lines
300 B
JSON
14 lines
300 B
JSON
[
|
|
{
|
|
"bundle_id": "comnewapp",
|
|
"include": ["newfeature"],
|
|
"exclude": ["oldmodule"]
|
|
},
|
|
{
|
|
"bundle_id": "comanotherapp",
|
|
"include": ["anotherfeature"],
|
|
"exclude": [],
|
|
"includeForce": ["~/Library/Application Support/AnotherApp"]
|
|
}
|
|
]
|