Inspect and view changes in miGoogle Conference 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": "miGoogle Conference",
"short_name": "miGoogle",
"version": "1.4",
"description": "Conference App for the 2017 Michigan Google Education Summit, November 8-9 in Fenton, Michigan. Learn more at www.miEdTech.com.",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"app": {
"urls": [
"https://sites.google.com/sowashventures.com/mi17/"
],
"launch": {
"web_url": "https://sites.google.com/sowashventures.com/mi17/"
}
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}