Inspect and view changes in Tiltflight - Configurator 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,
"minimum_chrome_version": "38",
"version": "0.63.5",
"author": "Hydra,Mauro",
"name": "Tiltflight - Configurator",
"short_name": "tiltflight",
"description": "Crossplatform configuration tool for tiltdrone based on Cleanflight flight control system",
"offline_enabled": true,
"default_locale": "en",
"app": {
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
}
},
"permissions": [
"https://www.google-analytics.com/",
"https://*.github.com/",
"https://*.githubusercontent.com/",
"http://*.baseflight.net/",
"http://*.cleanflight.com/",
"https://*.amazonaws.com/",
"serial",
"usb",
"storage",
"fileSystem",
"fileSystem.write",
"fileSystem.retainEntries",
"notifications"
],
"optional_permissions": [
{
"usbDevices": [
{
"vendorId": 1155,
"productId": 57105
}
]
}
],
"icons": {
"128": "images/icon_128.png"
}
}