move standalone projects into own directory
This commit is contained in:
30
projects/_standalone/tig-spy/manifest.json
Normal file
30
projects/_standalone/tig-spy/manifest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "tig-spy",
|
||||
"description": "analytics for TIGForum dev logs",
|
||||
"icons": {
|
||||
"48": "icons/icon-48.png"
|
||||
},
|
||||
"background": {
|
||||
"scripts": [
|
||||
"bin/browser-polyfill.js",
|
||||
"bin/background.js"
|
||||
]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"js": [
|
||||
"bin/browser-polyfill.js",
|
||||
"bin/main.js"
|
||||
],
|
||||
"matches": [
|
||||
"*://forums.tigsource.com/index.php?topic=*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
"tabs"
|
||||
],
|
||||
"version": "0.0",
|
||||
"manifest_version": 2
|
||||
}
|
||||
Reference in New Issue
Block a user