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",
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "bg.js"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en",
"description": "__MSG_description__",
"homepage_url": "https:\/\/dnslytics.com",
"manifest_version": 3,
"name": "__MSG_name__",
"permissions": [
"alarms",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/*.dnslytics.uk\/*"
],
"version": "0.2.5",
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.uk;"
}
}