Fix messed up git mv

This commit is contained in:
Martin Giger
2016-09-29 18:42:59 +02:00
parent 1974e3cea6
commit 7812c6ae9d
3 changed files with 0 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"manifest_version": 2,
"name": "Webpack Example",
"version": "1.0.0",
"description": "A minimal example of how to use npm modules from within a WebExtension.",
"icons": {
"32": "icons/leftpad-32.png"
},
"browser_action": {
"default_icon": "icons/leftpad-32.png",
"default_title": "Left Pad",
"default_popup": "popup/left-pad.html"
},
"background": {
"scripts": ["background_scripts/index.js"]
}
}