Where the world's IT pros go to ask questions, get answers, discuss topics, share tips and request quotes from vendors. Join now!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "The Spiceworks IT Community",
"short_name": "Spiceworks",
"description": "Where the world's IT pros go to ask questions, get answers, discuss topics, share tips and request quotes from vendors. Join now!",
"version": "1.1.3",
"app": {
"urls": [
"http://community.spiceworks.com/"
],
"launch": {
"web_url": "http://community.spiceworks.com/"
}
},
"icons": {
"128": "icon_128.png"
}
}