Inspect and view changes in JSS InfoConnect source codes across current and past versions
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": "JSS InfoConnect",
"short_name": "InfoConnect",
"description": "This extension displays notices from the JSS InfoConnect",
"version": "0.0.7",
"browser_action": {
"default_icon": "assets/jss-logo.png",
"default_popup": "index.html"
},
"permissions": [
"http://210.212.85.155/",
"https://210.212.85.155/"
]
}