Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Planespotters",
"description": "FR24 to Planespotterscommunity Interface",
"version": "5.2",
"manifest_version": 3,
"icons": {
"16": "airplane16.png",
"48": "airplane48.png",
"128": "airplane128.png"
},
"action": {
"default_icon": "airplane16.png",
"default_title": "V3 - Save selected aircraft to your personal database"
},
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.flightradar24.com\/*"
],
"js": [
"jquery.min.js"
]
}
],
"host_permissions": [
"https:\/\/www.flightradar24.com\/*"
]
}