Skip to content

Commit

Permalink
Update manifest, ready for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ictinus committed Jul 19, 2014
1 parent 62e5918 commit 1d4c531
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,35 @@
"content_scripts": [ {
"exclude_globs": [ ],
"include_globs": [ "*" ],
"css": [ "loadxml.css" ],
"js": [ "injector.js" ],
"css": [ "loadxml.css"
],
"js": [ "embeddedXMLViewer.js",
"encoder.js",
"loadxml.js" ],
"matches": [ "file://*/*",
"http://*/teamworks/debug.lsw*",
"https://*/teamworks/debug.lsw*"
],
"run_at": "document_end"
} ],
"background": {
"scripts": [ "options.js" ],
"persistent": false
},
"web_accessible_resources": [
"encoder.js",
"loadxml.js",
"embeddedXMLViewer.js"

],
"permissions": [
"storage"
],
"icons": { "16": "bug_iibpd_16.png", "32": "bug_iibpd_32.png", "48": "bug_iibpd_48.png", "128": "bug_iibpd_128.png" },
"browser_action": {
"default_icon": { "19": "bug_iibpd_32.png", "38": "bug_iibpd_48.png"},
"default_icon": { "19": "bug_iibpd_19.png", "38": "bug_iibpd_38.png"},
"default_title": "Configure iibpd",
"default_popup": "options.html"
},
"options_page": "options.html",
"converted_from_user_script": true,
"description": "Convert HTML encoded XML in 'pre' elements to a colourised, collapsible view. Intended for use with IBM BPM Debug output. Also adds hotkeys for 'Step Over' (SHIFT-S), 'Step' (S, Enter, or Right Arrow), and 'Run' (R). Based on Lev Muchnik's LoadXML, and using Robert Reid's htmlEncode.",
"name": "Embedded XML Viewer",
"version": "1.1"
"version": "1.2.0"
}

0 comments on commit 1d4c531

Please sign in to comment.