[Cronet] Delay StartNetLog and StopNetLog until native request context is initialized
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / apps_only / manifest.json
blob286c4f1f711b765bc9391224fb575d9dbdc58bfc
2   "name": "Extension for testing that apps-only things are blocked",
3   "version": "0.5",
4   "manifest_version": 2,
5   "background": {
6     "scripts": ["background.js"]
7   }