Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "icon32.png",
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"background": {
"service_worker": "bg.js"
},
"permissions": [
"alarms",
"notifications",
"storage"
],
"host_permissions": [
"https:\/\/*.dnslytics.uk\/*"
],
"version": "2.0.6",
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.uk; img-src https:\/\/*.dnslytics.net https:\/\/*.dnslytics.org;"
}
}