Inspect and view changes in SkyNetDB: Aircraft Lookup 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
{
"manifest_version": 2,
"name": "SkyNetDB: Aircraft Lookup",
"description": "Quickly lookup aircraft info.",
"version": "1.1",
"homepage_url": "https://skynetdb.com",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"activeTab",
"tabs"
],
"browser_action": {
"default_popup": "aircraft-search.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{b0a8f5cf-9720-4224-94d9-de73f9e00cd0}"
}
}
}