summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/manifest_tests/intent_invalid_6.json
blob: 353551f5b3d2a6451deaa058034e1e4deca840f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "test",
  "version": "1",
  "intents": {
    "http://webintents.org/intent/share" : {
      "title" : { "shouldBeA" : "string" },
      "href" : "main.html",
      "type" : [ "*" ]
    }
  }
}