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": "XPath Helper Wizard",
"short_name": "XPath Helper Wizard",
"version": "4.0.1",
"description": "Create XPath queries select similar elements and visualize the results.",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"19": "static\/icon_19x19.png",
"38": "static\/icon_38x38.png"
}
},
"permissions": [
"activeTab"
],
"icons": {
"16": "static\/icon_16x16.png",
"32": "static\/icon_32x32.png",
"48": "static\/icon_48x48.png",
"128": "static\/icon_128x128.png"
},
"web_accessible_resources": [
"css\/bar.css",
"bar.html",
"js\/bar.js",
"vendor\/underscore\/underscore-min.js",
"static\/*.png"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}