Inspect and view changes in MakerClub App 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",
"name": "MakerClub App",
"version": "0.0.1.2",
"manifest_version": 2,
"minimum_chrome_version": "41",
"author": "Codebender.cc",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyjFRUbHGdNsp+gI3BVrGidyLujiWQTQaYjZ/lPdfnDG7B9QsEEF9IXcPXbk620DR2lmTVCP9G3MpphjIHlDA4luyQMxU9obY7SRBahVdp1XVqBOSeSeLuMe2K1qYzVcDGfYM9VSdQrXc23qz9vA2pn7CzOC05KbqoZT6XjBxb9OnARkxKtVQSAIX2+ukvvLzhoTOw9ifm5A6rVVVGNQ0hMaSQQ8suPJKSgWNcde29A1OB5QGKBPbUXut7nqLpBumo6teJ3cK5BA+Jkjvc400C0CcH/3DEknvpYtJSEkXSsdI/vFsiHdB1l6B+RZvm5JzLL4sESYAmSbm20D47EADXwIDAQAB",
"description": "MakerClub app to connect to the MakerConnect",
"app": {
"background": {
"page": "background.html"
}
},
"externally_connectable": {
"matches": [
"http://localhost:8000/*",
"http://*.makerclub.org/*",
"https://*.makerclub.org/*",
"http://makerclub.org/*",
"https://makerclub.org/*"
],
"accepts_tls_channel_id": false
},
"permissions": [
"management",
{
"usbDevices": [
{
"vendorId": 6017,
"productId": 3231
}
]
},
"storage",
"serial",
"usb",
"http://localhost:8000/*",
"http://localhost/*",
"http://*.makerclub.org/*",
"https://*.makerclub.org/*",
"http://makerclub.org/*",
"https://makerclub.org/*"
]
}