Haku преди 4 години
ревизия
a3683d9e49
променени са 8 файла, в които са добавени 53 реда и са изтрити 0 реда
  1. +3
    -0
      .gitignore
  2. +24
    -0
      build/manifest.json
  3. +11
    -0
      package.json
  4. +0
    -0
      src/buttons.ts
  5. +0
    -0
      src/helpers.ts
  6. +0
    -0
      src/main.ts
  7. +0
    -0
      src/settings.ts
  8. +15
    -0
      tsconfig.json

+ 3
- 0
.gitignore Целия файл

@@ -0,0 +1,3 @@
.idea/
build/icons/
build/scripts/

+ 24
- 0
build/manifest.json Целия файл

@@ -0,0 +1,24 @@
{
"manifest_version": 3,
"name": "Raspberry",
"version": "1.0",
"description": "Defend easier in NationStates.",
"author": "Haku",
"icons": {
"16": "icons/16.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"permissions": ["activeTab", "storage"],
"host_permissions": [
"https://*.nationstates.net/*"
],
"content_scripts": [
{
"matches": ["https://www.nationstates.net/*"],
"exclude_matches": ["https://forum.nationstates.net/*"],
"run_at": "document_end",
"js": ["scripts/main.js"]
}
]
}

+ 11
- 0
package.json Целия файл

@@ -0,0 +1,11 @@
{
"name": "raspberry",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

+ 0
- 0
src/buttons.ts Целия файл


+ 0
- 0
src/helpers.ts Целия файл


+ 0
- 0
src/main.ts Целия файл


+ 0
- 0
src/settings.ts Целия файл


+ 15
- 0
tsconfig.json Целия файл

@@ -0,0 +1,15 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES6",
"sourceMap": false,
"outDir": "build/scripts"
},
"include": [
"src/*"
],
"exclude": [
"node_modules",
"src/ts/notyf.min"
]
}

Зареждане…
Отказ
Запис