You've already forked tf2wikipricing
Initial commit
This commit is contained in:
19
src/manifest.json
Executable file
19
src/manifest.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": EXTENSION_NAME,
|
||||
"description": EXTENSION_DESCRIPTION,
|
||||
"author": EXTENSION_AUTHOR,
|
||||
"manifest_version": 3,
|
||||
"version": EXTENSION_VERSION,
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["*://wiki.teamfortress.com/wiki/*"],
|
||||
"run_at": "document_start",
|
||||
"all_frames": true,
|
||||
"js": ["content/content.js"]
|
||||
}
|
||||
],
|
||||
"icons": {
|
||||
"48": "icons/icon-48.png",
|
||||
"96": "icons/icon-96.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user