diff --git a/README.md b/README.md index 5b7eb6b..59ac8e8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ To build the project: cd omega-build npm run deps # This runs npm install in every module. npm run dev # This runs npm link to aid local development. + # Note: the previous command may require sudo in some environments. # The modules are now working. We can build now: grunt # After building, a folder will be generated: diff --git a/omega-build/package.json b/omega-build/package.json index 6070ab4..78c4f5b 100644 --- a/omega-build/package.json +++ b/omega-build/package.json @@ -8,6 +8,6 @@ }, "scripts": { "deps": "npm install && (cd ../omega-pac && npm install); (cd ../omega-target && npm install); (cd ../omega-web && npm install && bower install); (cd ../omega-target-chromium-extension/ && npm install);", - "dev": "(cd ../omega-pac && npm run dev); (cd ../omega-target && npm run dev); (cd ../omega-target-chromium-extension/ && npm run dev);" + "dev": "(cd ../omega-pac && npm run dev); (cd ../omega-target && npm run dev); (cd ../omega-web && npm run dev); (cd ../omega-target-chromium-extension/ && npm run dev);" } } diff --git a/omega-pac/src/profiles.coffee b/omega-pac/src/profiles.coffee index 756ca67..518289c 100644 --- a/omega-pac/src/profiles.coffee +++ b/omega-pac/src/profiles.coffee @@ -21,7 +21,7 @@ module.exports = exports = '+system': name: 'system' profileType: 'SystemProfile' - color: '#aaaaaa' + color: '#000000' builtin: true schemes: [ diff --git a/omega-target-chromium-extension/overlay/manifest.json b/omega-target-chromium-extension/overlay/manifest.json index f0f1389..0067c43 100644 --- a/omega-target-chromium-extension/overlay/manifest.json +++ b/omega-target-chromium-extension/overlay/manifest.json @@ -19,7 +19,6 @@ "background": { "page": "background.html" }, - "homepage_url": "https://chrome.google.com/webstore/detail/dpplabbmogkhghncfbfdeeokoefdjegm", "minimum_chrome_version": "22.0.0", "options_page": "options.html", "permissions": [