shaka-packager/tools/telemetry/unittest_data/simple_extension/manifest.json

10 lines
226 B
JSON
Raw Normal View History

{
"description": "Simple test extension which has just a background script",
"name": "Simple Telemetry Test Extension",
"background": {
"scripts": ["background.js"]
},
"manifest_version": 2,
"version": "0.1"
}