63 lines
1.2 KiB
JSON
63 lines
1.2 KiB
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "MetamorPOV",
|
|
"author": "Jean Viscogliosi-Pate",
|
|
"version": "1.2.0",
|
|
|
|
"description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.",
|
|
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "metamorpov@viscogliosi-pate.com",
|
|
"strict_min_version": "113.0"
|
|
},
|
|
"gecko_android": {}
|
|
},
|
|
|
|
"action": {
|
|
"default_title": "MetamorPOV",
|
|
"default_icon": {
|
|
"16": "icons/16x.png",
|
|
"32": "icons/32x.png",
|
|
"48": "icons/48x.png",
|
|
"64": "icons/64x.png",
|
|
"96": "icons/96x.png",
|
|
"128": "icons/128x.png"
|
|
},
|
|
"default_popup": "popup.html"
|
|
},
|
|
|
|
"permissions": [
|
|
"storage",
|
|
"tabs"
|
|
],
|
|
|
|
"host_permissions": [
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
|
|
"icons": {
|
|
"16": "icons/16x.png",
|
|
"32": "icons/32x.png",
|
|
"48": "icons/48x.png",
|
|
"64": "icons/64x.png",
|
|
"96": "icons/96x.png",
|
|
"128": "icons/128x.png"
|
|
},
|
|
|
|
"content_scripts": [
|
|
{
|
|
"js": [
|
|
"content-script.js"
|
|
],
|
|
"run_at": "document_idle",
|
|
"matches": [
|
|
"*://*/*"
|
|
]
|
|
}
|
|
],
|
|
|
|
"homepage_url": "https://git.viscogliosi-pate.com/jean/metamorpov"
|
|
}
|