summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/activity_log/manifest.json
blob: 35a26575caddd46204f3c925b466df0c95efc701 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "Prerender Test Extension",
  "version": "0.1",
  "description": "Testing the prerender",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": ["http://www.google.com.bo/*"],
      "js": ["google_cs.js"],
      "run_at": "document_start"
    }
  ]
}