blob: 3494e716bb9bbede12692e059a19bd3efce0f644 [file] [log] [blame]
{
"name": "A generic empty manifest to use for testing",
"manifest_version": 2,
"version": "1.0",
"browser_action": {
"default_popup": "/test.html"
},
"background": {
"scripts": ["/test.js"]
}
}