{ "format_version": 1, "id": "00123456789ABCDEF0123456789ABCDEF0123456", "version": "1.0", "name": "Highlight Nofollow Extension", "description": "An extension for Googles Chrome browser to highlight nofollow links with a pink background color.", "content_scripts": [ { "matches": ["http://*/*"], "js": ["highlight-nofollow.js"] } ] }