Added themeing
This commit is contained in:
parent
c370de36cc
commit
9c5134b797
3 changed files with 21565 additions and 1 deletions
|
@ -5,10 +5,14 @@ VisualStudioVersion = 17.12.35707.178
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BCC6E6D2-343B-4C48-854D-5FE3BBC3CB70}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BCC6E6D2-343B-4C48-854D-5FE3BBC3CB70}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
.gitignore = .gitignore
|
||||||
|
AGENTS.md = AGENTS.md
|
||||||
background.js = background.js
|
background.js = background.js
|
||||||
build-xpi.ps1 = build-xpi.ps1
|
build-xpi.ps1 = build-xpi.ps1
|
||||||
|
LICENSE = LICENSE
|
||||||
logger.js = logger.js
|
logger.js = logger.js
|
||||||
manifest.json = manifest.json
|
manifest.json = manifest.json
|
||||||
|
README.md = README.md
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
ProjectSection(FolderGlobals) = preProject
|
ProjectSection(FolderGlobals) = preProject
|
||||||
Q_5_4Users_4Jordan_4Documents_4Gitea_4thunderbird-ai-filter_4src_4manifest_1json__JsonSchema =
|
Q_5_4Users_4Jordan_4Documents_4Gitea_4thunderbird-ai-filter_4src_4manifest_1json__JsonSchema =
|
||||||
|
@ -16,6 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "options", "options", "{7372FCA6-B0BC-4968-A748-7ABB17A7929A}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "options", "options", "{7372FCA6-B0BC-4968-A748-7ABB17A7929A}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
options\bulma.css = options\bulma.css
|
||||||
options\options.html = options\options.html
|
options\options.html = options\options.html
|
||||||
options\options.js = options\options.js
|
options\options.js = options\options.js
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Sortana",
|
"name": "Sortana",
|
||||||
"version": "1.3.0",
|
"version": "2.0.0",
|
||||||
"default_locale": "en-US",
|
"default_locale": "en-US",
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
|
|
21559
options/bulma.css
vendored
Normal file
21559
options/bulma.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue