PlaneSpottersAll

PlaneSpottersAll

theplanespotterscommunity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PlaneSpottersAll",
  "version": "1.1",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.flightradar24.com/*"
      ],
      "js": [
        "jquery.min.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "airplane16.png",
    "default_title": "Save all aircraft to database"
  },
  "description": "theplanespotterscommunity",
  "icons": {
    "16": "airplane16.png",
    "48": "airplane48.png",
    "128": "airplane128.png"
  },
  "manifest_version": 2
}