fimfic2epub/extension/manifest.json
2016-06-21 16:36:53 +02:00

29 lines
480 B
JSON

{
"manifest_version": 2,
"name": "fimfic2epub",
"short_name": "ff2epub",
"description": "Improved EPUB exporter for Fimfiction",
"version": "1.0.1",
"icons": {
"128": "icon-128.png"
},
"background": {
"scripts": ["eventPage.js"],
"persistent": false
},
"content_scripts": [
{
"matches": ["https://www.fimfiction.net/story/*", "http://www.fimfiction.net/story/*"],
"js": ["fimfic2epub.js"]
}
],
"permissions": [
"http://*/*",
"https://*/*"
]
}