Skip to content

Commit

Permalink
Add Content Scripts to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
leeroybrun committed Dec 14, 2016
1 parent b060ae6 commit 8de3874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = function(grunt) {
{expand: true, src: ['_locales/**'], dest: 'build/'},
{expand: true, src: ['icons/**'], dest: 'build/'},
{expand: true, src: ['background/**'], dest: 'build/'},
{expand: true, src: ['contentscripts/**'], dest: 'build/'},
{expand: true, src: ['popup/**'], dest: 'build/'},
{expand: true, src: ['static/**'], dest: 'build/'},
{expand: true, src: ['LICENCE'], dest: 'build/'},
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAopSL/q/2d97dHxCQ1w26B4EONSEo4CZZYFqu3MlJKA5ifSXkyoNSlkG6afDuNoXmiTWFCAawRgGwuO3yi0QvfeMJpz+M9nXnt8PQsVP10Mb7o3SHIihxIXRMFAJvggvHW4NCuDznJixpo2ixEeCL8LGkS0ZL93MgYtEOuaGPdcBTiAUya3Nr3mdkn+nTHldQvthassiDYZystDTuKwkf0vTZkDCyWC8bfI7xZTxQ6IFcS2WQgUm0ix5hgv+qyOQzOwh26R6BQmZTFj7YiSqhgZsZRebhMcn+hxd8kSegS1ZAcKv/oS63Ej5/IAB5NijrPXR3zivQZ6oIJjr+xMOU9wIDAQAB",
"name": "Shazify",
"version": "0.4.0",
"version": "0.4.1",
"manifest_version": 2,
"description": "__MSG_appDesc__",
"homepage_url": "http://www.leeroy.me",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-shazify",
"version": "0.4.0",
"version": "0.4.1",
"author": "Leeroy Brun <[email protected]>",
"private": true,
"description": "Easily sync your Shazam tracks with a Spotify playlist",
Expand Down

0 comments on commit 8de3874

Please sign in to comment.