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": "Cookie Compliance Audit Tool", "short_name": "Cookie Audit Tool", "version": "0.0.4", "manifest_version": 2, "description": "With the audit tool from Cookie Information you can quickly test if your website has compliance issues according to GDPR & ePrivacy", "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icons\/icon19.png", "38": "img\/icons\/icon38.png" }, "default_popup": "popup.html", "default_title": "Cookie Compliance Audit Tool" }, "permissions": [ "cookies", "tabs", "storage", "<all_urls>" ], "web_accessible_resources": [ "json\/questions.json", "json\/flagged_cookies.json" ] }