Airflow Lifunf

Airflow Lifunf

This intents to help poor engineers to use Airflow!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Airflow Lifunf",
  "version": "1.1.1",
  "description": "This intents to help poor engineers to use Airflow!",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "logoaf.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/admin/airflow/*"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "css": [
        "estilera.css"
      ]
    }
  ]
}