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": "Syntax Highlight Code Blocks",
"version": "1.4",
"description": "Adds a context menu that provides the ability to add syntax hightlighting to code blocks contained in the page.",
"author": "Mackenzie Zastrow",
"permissions": [
"activeTab",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
}