AniwatchPlus/src/manifests/opera.manifest.json
Serraniel 2a6af16ea5
#35 Changed manifests to template system
Including a template file and replacing of variables in buildscripts
2020-08-26 20:52:15 +02:00

20 lines
472 B
JSON

{
"name": "$name",
"short_name": "$shortName",
"version": "$version",
"version_name": "$semanticVersion",
"description": "$description",
"manifest_version": 2,
"author": "$author",
"developer": "$developer",
"homepage_url": "$homepageURL",
"content_scripts": [{
"matches": [
"*://aniwatch.me/*"
],
"js": [
"javascript/app.min.js"
],
"run_at": "document_start"
}]
}