Skip to content

Commit

Permalink
BoxTools 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloyork committed Jan 16, 2024
1 parent 771fda7 commit c9cba7a
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/数据处理工具/BoxTools/releases/1.0.0/README.md

This file was deleted.

54 changes: 54 additions & 0 deletions src/数据处理工具/BoxTools/releases/1.0.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"manifest_version": 3,
"name": "BoxTools",
"version": "1.0.0",
"author": "Nomen",
"description": "BoxTools 1.0.0 可以用于在地图中读取控制台,用于导出或调试操作,同时提供了一些例如备份地图脚本的工具",
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting",
"declarativeContent",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"https://*.dao3.fun/*",
"https://dao3.fun/*"
],
"action": {
"default_icon": "src/img/icon.png",
"default_title": "BoxTools"
},
"content_scripts": [
{
"matches": [
"*://box3.fun/e/*", "*://box3.codemao.cn/e/*",
"*://preprod-view.dao3.fun/e/*",
"*://view.dao3.fun/e/*"
],
"js": [
"src/script/index.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"icons": {
"16": "src/img/icon.png",
"48": "src/img/icon.png",
"128": "src/img/icon.png"
},
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"https://*.dao3.fun/*"
]
}
],
"homepage_url": "https://box3.codemao.cn/u/Nomen"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

.lil-gui {
top: auto !important;
bottom: 0;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit c9cba7a

Please sign in to comment.