summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/browser/addons/browser_dragdrop_incompat/manifest.json
blob: b204e1bca7b6e5dc38b6e802b6e97780be986294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "manifest_version": 2,

  "browser_specific_settings": {
    "gecko": {
      "id": "dragdrop-incompat@tests.mozilla.org",
      "strict_max_version": "45.0"
    }
  },

  "name": "Incomatible Drag Drop test",
  "version": "1.1"
}