48 lines
1018 B
JSON
48 lines
1018 B
JSON
|
|
{
|
||
|
|
"manifest_version": 2,
|
||
|
|
"name": "MetamorPOV",
|
||
|
|
"author": "Jean Viscogliosi-Pate",
|
||
|
|
"version": "0.1.0",
|
||
|
|
|
||
|
|
"description": "Enables customization of reader-insert stories by replacing author-provided hooks such as Y/n, pov/s, and vrb/do/present/.",
|
||
|
|
|
||
|
|
"browser_action": {
|
||
|
|
"default_title": "MetamorPOV",
|
||
|
|
"default_icon": {
|
||
|
|
"32": "icons/icon-32.png",
|
||
|
|
"48": "icons/icon-48.png"
|
||
|
|
},
|
||
|
|
"default_popup": "popup.html"
|
||
|
|
},
|
||
|
|
"permissions": [
|
||
|
|
"storage",
|
||
|
|
"tabs"
|
||
|
|
],
|
||
|
|
|
||
|
|
"icons": {
|
||
|
|
"16": "icons/icon-16.png",
|
||
|
|
"32": "icons/icon-32.png",
|
||
|
|
"48": "icons/icon-48.png",
|
||
|
|
"64": "icons/icon-64.png",
|
||
|
|
"96": "icons/icon-96.png",
|
||
|
|
"128": "icons/icon-128.png"
|
||
|
|
},
|
||
|
|
|
||
|
|
"content_scripts": [
|
||
|
|
{
|
||
|
|
"js": [
|
||
|
|
"content_script.js"
|
||
|
|
],
|
||
|
|
"run_at": "document_idle",
|
||
|
|
"matches": [
|
||
|
|
"*://*/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"incognito": "split",
|
||
|
|
"background": {
|
||
|
|
"page": "popup.html"
|
||
|
|
},
|
||
|
|
"homepage_url": "https://git.viscogliosi-pate.com/jean/metamorpov"
|
||
|
|
}
|