2023-03-08 15:31:01 +01:00
|
|
|
{
|
|
|
|
"manifest_version": 3,
|
|
|
|
"name": "WIMS Tester",
|
|
|
|
"author": "Lyanis Souidi",
|
|
|
|
"version": "1.1",
|
|
|
|
"description": "__MSG_extensionDescription__",
|
|
|
|
"homepage_url": "https://github.com/lyanissouidi/wims-tester/tree/chrome",
|
|
|
|
"default_locale": "en",
|
|
|
|
"action": {
|
|
|
|
"default_title": "WIMS Tester",
|
|
|
|
"default_popup": "index.html",
|
|
|
|
"browser_style": true,
|
|
|
|
"default_icon": {
|
|
|
|
"16": "icons/16-light.png",
|
|
|
|
"32": "icons/32-light.png",
|
|
|
|
"48": "icons/48-light.png",
|
|
|
|
"96": "icons/96-light.png",
|
|
|
|
"128": "icons/128-light.png"
|
|
|
|
},
|
|
|
|
"theme_icons": [{
|
|
|
|
"light": "icons/16-light.png",
|
|
|
|
"dark": "icons/16-dark.png",
|
|
|
|
"size": 16
|
|
|
|
}, {
|
|
|
|
"light": "icons/32-light.png",
|
|
|
|
"dark": "icons/32-dark.png",
|
|
|
|
"size": 32
|
|
|
|
}, {
|
|
|
|
"light": "icons/48-light.png",
|
|
|
|
"dark": "icons/48-dark.png",
|
|
|
|
"size": 48
|
|
|
|
}, {
|
|
|
|
"light": "icons/96-light.png",
|
|
|
|
"dark": "icons/96-dark.png",
|
|
|
|
"size": 96
|
|
|
|
}, {
|
|
|
|
"light": "icons/128-light.png",
|
|
|
|
"dark": "icons/128-dark.png",
|
|
|
|
"size": 128
|
|
|
|
}]
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["*://*/*wims.cgi*"],
|
|
|
|
"js": ["inject.js"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"web_accessible_resources": [
|
|
|
|
{
|
|
|
|
"resources": ["servers.json"],
|
|
|
|
"matches": ["<all_urls>"]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"permissions": ["tabs", "storage"],
|
|
|
|
"icons": {
|
|
|
|
"16": "icons/16-light.png",
|
|
|
|
"32": "icons/32-light.png",
|
|
|
|
"48": "icons/48-light.png",
|
|
|
|
"96": "icons/96-light.png",
|
|
|
|
"128": "icons/128-light.png"
|
|
|
|
}
|
2023-02-13 15:28:20 +01:00
|
|
|
}
|