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", "manifest_version": 2, "name": "Siderite's DNS Resolver", "description": "Resolve DNS addresses based on previously working IPs", "version": "0.0.3", "permissions": [ "webRequest", "webRequestBlocking", "<all_urls>", "storage" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "web_accessible_resources": [ "httpsErrorPage.html" ] }