37 lines
877 B
JSON
37 lines
877 B
JSON
{
|
|
"name": "$name",
|
|
"short_name": "$shortName",
|
|
"version": "$version",
|
|
"description": "$description",
|
|
"permissions": [
|
|
"storage",
|
|
"*://aniwatch.me/*"
|
|
],
|
|
"manifest_version": 2,
|
|
"author": "$author",
|
|
"developer": $developer,
|
|
"homepage_url": "$homepageURL",
|
|
"icons": {
|
|
"48": "images/icon/icon_48.png",
|
|
"96": "images/icon/icon_96.png"
|
|
},
|
|
"options_ui": {
|
|
"page": "html/settings.html",
|
|
"open_in_tab": false
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"*://aniwatch.me/*"
|
|
],
|
|
"js": [
|
|
"javascript/common.min.js",
|
|
"javascript/app.min.js"
|
|
],
|
|
"css": [
|
|
"stylesheets/aniwatchplus.min.css"
|
|
],
|
|
"run_at": "document_end"
|
|
}
|
|
]
|
|
} |