summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/manifest_tests/intent_valid.json
blob: e50d453f227b341db69c2b4970ee0bee69bc3ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "test",
  "version": "1",
  "intents": {
    "http://webintents.org/share" : {
      "type" : [ "image/png" ],
      "path" : "/services/share",
      "title" : "Sample Sharing Intent",
      "disposition" : "inline"
    }
  }
}