I am testing

I am testing

Reminder Developers that you are testing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "51.0"
    }
  },
  "manifest_version": 2,
  "name": "I am testing",
  "description": "Reminder Developers that you are testing.",
  "version": "0.1.0",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "css": [
        "testing.css"
      ],
      "matches": [
        "*://localhost/*",
        "*://*.test/*"
      ],
      "run_at": "document_start"
    }
  ]
}