Files
chrome-extensions-samples/samples/analytics/manifest.json
2014-09-11 16:59:56 +02:00

17 lines
363 B
JSON

{
"name": "Analytics Sample App",
"description": "An example app using Google Analytics without the Closure library",
"version": "1.2.5",
"manifest_version": 2,
"icons": {"128": "icon_128.png"},
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
"https://www.google-analytics.com/*",
"storage"
]
}