mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
26 lines
No EOL
504 B
JSON
26 lines
No EOL
504 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Gitako",
|
|
"version": "0.3.2",
|
|
"author": "EnixCoda",
|
|
"icons": {
|
|
"128": "icons/Gitako-128x128.png"
|
|
},
|
|
"description": "yet another GitHub extension, inspired by Octotree and GayHub.",
|
|
"homepage_url": "https://github.com/EnixCoda/Gitako",
|
|
"permissions": [
|
|
"tabs",
|
|
"storage",
|
|
"*://github.com/*"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://github.com/*"
|
|
],
|
|
"js": [
|
|
"content.js"
|
|
]
|
|
}
|
|
]
|
|
} |