24 lines
No EOL
717 B
JSON
24 lines
No EOL
717 B
JSON
{
|
|
"name": "Enhanced Aniwatch",
|
|
"short_name": "Enhanced Ani",
|
|
"version": "0.1.0.0",
|
|
"version_name": "0.1 Beta",
|
|
"description": "Enhanced Aniwatch is a slim extension which provides several UI improvments for https://aniwatch.me.",
|
|
"manifest_version": 2,
|
|
"author": "Serraniel",
|
|
"developer": "Serraniel and contributors",
|
|
"homepage_url": "https://github.com/Serraniel/EnhancedAniwatch",
|
|
"icons": {
|
|
"48": "images/icon/icon_48.png",
|
|
"96": "images/icon/icon_96.png"
|
|
},
|
|
"content_scripts": [{
|
|
"matches": [
|
|
"*://aniwatch.me/*"
|
|
],
|
|
"js": [
|
|
"javascript/app.min.js"
|
|
],
|
|
"run_at": "document_end"
|
|
}]
|
|
} |