Browse Source

Move Chrome extension items into public/build

master
Luke Childs 8 years ago
parent
commit
61b2874693
  1. 2
      package.json
  2. 0
      public/content.js
  3. 4
      public/manifest.json

2
package.json

@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/lukechilds/syringe/issues"
},
"homepage": "/build",
"homepage": "/",
"dependencies": {
"react": "^15.4.2",
"react-autosuggest": "^9.0.0",

0
src/content.js → public/content.js

4
manifest.json → public/manifest.json

@ -5,7 +5,7 @@
"homepage_url": "https://github.com/lukechilds/syringe",
"manifest_version": 2,
"browser_action": {
"default_popup": "build/index.html"
"default_popup": "index.html"
},
"content_scripts": [
{
@ -14,7 +14,7 @@
"<all_urls>"
],
"js": [
"src/content.js"
"content.js"
]
}
]
Loading…
Cancel
Save