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",
"name": "__MSG_appName__",
"short_name": "Privacia.org",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "2.0",
"manifest_version": 3,
"action": {
"default_icon": {
"128": "\/asset\/logo128.png"
}
},
"icons": {
"16": "asset\/logo16.png",
"48": "asset\/logo48.png",
"128": "asset\/logo128.png"
},
"permissions": [
"*:\/\/*.privacia.org\/*"
],
"chrome_settings_overrides": {
"startup_pages": [
"https:\/\/privacia.org"
],
"search_provider": {
"name": "Privacia Search",
"keyword": "privacia",
"search_url": "https:\/\/privacia.org\/search?q={searchTerms}",
"favicon_url": "https:\/\/privacia.org\/site\/uploads\/2021\/Nov\/22\/favicon.png",
"encoding": "UTF-8",
"is_default": true
}
}
}