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": [
|
2020-11-07 16:21:09 +01:00
|
|
|
"storage",
|
2020-09-11 18:42:08 +02:00
|
|
|
"*://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-11-02 18:36:03 +01:00
|
|
|
"options_ui": {
|
|
|
|
"page": "html/settings.html",
|
2020-11-08 13:11:28 +01:00
|
|
|
"open_in_tab": false
|
2020-11-02 18:36:03 +01:00
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"*://aniwatch.me/*"
|
|
|
|
],
|
|
|
|
"js": [
|
2020-11-07 14:43:51 +01:00
|
|
|
"javascript/common.min.js",
|
2020-11-02 18:36:03 +01:00
|
|
|
"javascript/app.min.js"
|
|
|
|
],
|
|
|
|
"css": [
|
|
|
|
"stylesheets/aniwatchplus.min.css"
|
|
|
|
],
|
|
|
|
"run_at": "document_end"
|
|
|
|
}
|
|
|
|
]
|
2020-08-26 18:01:51 +02:00
|
|
|
}
|