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": "Developer Cookie", "short_name": "DevCookie", "description": "Set a cookie to tell your websites that you're a developer. Use with Google Analytics to avoid tracking internal traffic.", "version": "1.0.4", "permissions": [ "storage", "webNavigation", "tabs", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/icon19-gray.png", "default_title": "Set Developer Cookie" }, "background": { "scripts": [ "background.js" ], "persistent": false } }