Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "InteractiveFics",
"author": "mariamrf",
"version": "1.0.2",
"description": "Replaces Y\/N & other variables in Reader Insert\/second person fics with words of your choice.",
"action": {
"default_title": "InteractiveFics",
"default_icon": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"content_script.js"
],
"run_at": "document_idle",
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"incognito": "split",
"web_accessible_resources": [
{
"resources": [
"toucan-banner.png"
],
"matches": []
}
]
}