summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/extension1/manifest
blob: a7b3d74fdc72168e001d9a4ae80a53c47c3e61bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "format_version": 1,
  "id": "com.google.myextension1",
  "version": "1.0",
  "name": "My extension 1",
  "description": "The first extension that I made.",
  "user_scripts": [
    {
      "matches": ["http://*.google.com/*", "https://*.google.com/*"],
      "files": ["script1.js"]
    },
    {
      "matches": ["http://*.yahoo.com/*"],
      "files": ["script2.js"]
    }
  ]
}