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": "DogDog with Cesar Millan - The search engine that saves dogs!",
"description": "DogDog with Cesar Millan raises money to save shelter pets with every search - for free!",
"homepage_url": "https:\/\/www.dogdog.org",
"chrome_settings_overrides": {
"search_provider": {
"encoding": "UTF-8",
"favicon_url": "https:\/\/www.dogdog.org\/favicon.ico",
"is_default": true,
"keyword": "dogdog",
"name": "DogDog with Cesar Millan",
"search_url": "https:\/\/www.dogdog.org\/search?q={searchTerms}&a=chrome&v=1.1.1"
}
},
"action": {
"default_icon": {
"16": "favicon-16.png",
"48": "favicon-48.png",
"96": "favicon-96.png",
"128": "favicon-128.png"
},
"default_title": "DogDog with Cesar Millan"
},
"icons": {
"16": "favicon-16.png",
"48": "favicon-48.png",
"96": "favicon-96.png",
"128": "favicon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.dogdog.org\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [],
"host_permissions": [
"*:\/\/*.dogdog.org\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.dogdog.org\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"manifest_version": 3,
"version": "1.1.1"
}