Skip to content

Commit d3b9f80

Browse files
committed
Added new build for more browsers
1 parent c2581d4 commit d3b9f80

48 files changed

Lines changed: 281 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/chrome/content_scripts/content-0.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chrome/content_scripts/content-0.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chrome/content_scripts/styles.c7bd1cb9.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chrome/icons/128.png

18.5 KB

dist/chrome/icons/16.png

1.21 KB

dist/chrome/icons/32.png

2.86 KB

dist/chrome/icons/48.png

4.99 KB

dist/chrome/manifest.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"version": "1.0.0",
3+
"name": "pracc-optimizer",
4+
"description": "Optimize your pracc scrim search with custom utils.",
5+
"icons": {
6+
"16": "icons/16.png",
7+
"32": "icons/32.png",
8+
"48": "icons/48.png",
9+
"64": "icons/128.png",
10+
"128": "icons/128.png"
11+
},
12+
"permissions": [
13+
"storage"
14+
],
15+
"options_page": "options/index.html",
16+
"content_scripts": [
17+
{
18+
"matches": [
19+
"https://pracc.com/team/*"
20+
],
21+
"js": [
22+
"content_scripts/content-0.js"
23+
],
24+
"css": [
25+
"content_scripts/content-0.css"
26+
]
27+
}
28+
],
29+
"author": "LeonTM",
30+
"manifest_version": 3,
31+
"action": {
32+
"default_icon": {
33+
"16": "icons/16.png",
34+
"32": "icons/32.png",
35+
"48": "icons/48.png",
36+
"64": "icons/128.png",
37+
"128": "icons/128.png"
38+
}
39+
},
40+
"web_accessible_resources": [
41+
{
42+
"resources": [
43+
"content_scripts/content-0.css",
44+
"content_scripts/styles.c7bd1cb9.css"
45+
],
46+
"matches": [
47+
"https://pracc.com/*"
48+
]
49+
}
50+
]
51+
}

dist/chrome/options/index.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/chrome/options/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html><html lang="en"><head>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, initial-scale=1">
4+
<title>pracc-optimizer Settings</title>
5+
6+
<link rel="stylesheet" href="/options/index.css"></head>
7+
<body>
8+
<noscript>You need to enable JavaScript to run this extension.</noscript>
9+
<div id="root"></div>
10+
11+
12+
13+
<script src="/options/index.js"></script></body></html>

0 commit comments

Comments
 (0)