mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
Change profile color of "system" to black.
This commit is contained in:
parent
419935b959
commit
a75f002d82
@ -29,6 +29,7 @@ To build the project:
|
|||||||
cd omega-build
|
cd omega-build
|
||||||
npm run deps # This runs npm install in every module.
|
npm run deps # This runs npm install in every module.
|
||||||
npm run dev # This runs npm link to aid local development.
|
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:
|
# The modules are now working. We can build now:
|
||||||
grunt
|
grunt
|
||||||
# After building, a folder will be generated:
|
# After building, a folder will be generated:
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"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);",
|
"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);"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ module.exports = exports =
|
|||||||
'+system':
|
'+system':
|
||||||
name: 'system'
|
name: 'system'
|
||||||
profileType: 'SystemProfile'
|
profileType: 'SystemProfile'
|
||||||
color: '#aaaaaa'
|
color: '#000000'
|
||||||
builtin: true
|
builtin: true
|
||||||
|
|
||||||
schemes: [
|
schemes: [
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
"background": {
|
"background": {
|
||||||
"page": "background.html"
|
"page": "background.html"
|
||||||
},
|
},
|
||||||
"homepage_url": "https://chrome.google.com/webstore/detail/dpplabbmogkhghncfbfdeeokoefdjegm",
|
|
||||||
"minimum_chrome_version": "22.0.0",
|
"minimum_chrome_version": "22.0.0",
|
||||||
"options_page": "options.html",
|
"options_page": "options.html",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
|
Loading…
Reference in New Issue
Block a user