Skip to content

Commit

Permalink
Updated to support the new file/folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed May 23, 2018
1 parent cea1ec4 commit 23fa191
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@

"background": {
"scripts": [
"common.js",
"background/common.js",
"Common.js",
"Background/Common.js",
"Background/Messaging.js",

"background/messaging/messaging.js",
"background/messaging/services/contentScript.js",
"background/messaging/services/library.js",
"background/messaging/services/scrobble.js",
"Background/Services/ContentScript.js",
"Background/Services/Library.js",
"Background/Services/Scrobble.js",

"background/main/main.js",
"background/migrate/migrate.js"
"Background/Services/App.js",
"Background/Services/Migrate.js"
]
},
"options_ui": {
"page": "application.html#/configuration",
"page": "Application.html#/configuration",
"browser_style": false,
"open_in_tab": true
},
Expand Down

0 comments on commit 23fa191

Please sign in to comment.