2020-08-26 18:01:51 +02:00
|
|
|
{
|
2020-08-26 20:52:15 +02:00
|
|
|
"name": "$name",
|
|
|
|
"short_name": "$shortName",
|
|
|
|
"version": "$version",
|
|
|
|
"description": "$description",
|
2020-09-11 18:42:08 +02:00
|
|
|
"permissions": [
|
|
|
|
"*://aniwatch.me/*"
|
|
|
|
],
|
2020-08-26 18:01:51 +02:00
|
|
|
"manifest_version": 2,
|
2020-08-26 20:52:15 +02:00
|
|
|
"author": "$author",
|
2020-09-06 20:31:00 +02:00
|
|
|
"developer": $developer,
|
2020-08-26 20:52:15 +02:00
|
|
|
"homepage_url": "$homepageURL",
|
2020-08-29 01:11:41 +02:00
|
|
|
"icons": {
|
|
|
|
"48": "images/icon/icon_48.png",
|
|
|
|
"96": "images/icon/icon_96.png"
|
|
|
|
},
|
2020-08-26 18:01:51 +02:00
|
|
|
"content_scripts": [{
|
2020-08-26 20:52:15 +02:00
|
|
|
"matches": [
|
|
|
|
"*://aniwatch.me/*"
|
|
|
|
],
|
|
|
|
"js": [
|
|
|
|
"javascript/app.min.js"
|
|
|
|
],
|
2020-08-29 16:20:14 +02:00
|
|
|
"run_at": "document_end"
|
2020-08-26 20:52:15 +02:00
|
|
|
}]
|
2020-08-26 18:01:51 +02:00
|
|
|
}
|