mirror of
https://github.com/imjasonh/cnotes
synced 2026-07-08 09:05:17 +00:00
29 lines
614 B
JSON
29 lines
614 B
JSON
|
|
{
|
||
|
|
"manifest_version": 3,
|
||
|
|
"name": "GitHub Git Notes Viewer",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Display git notes on GitHub commit pages",
|
||
|
|
"icons": {
|
||
|
|
"16": "icons/icon-16.png",
|
||
|
|
"48": "icons/icon-48.png",
|
||
|
|
"128": "icons/icon-128.png"
|
||
|
|
},
|
||
|
|
"permissions": [
|
||
|
|
"activeTab",
|
||
|
|
"tabs"
|
||
|
|
],
|
||
|
|
"host_permissions": [
|
||
|
|
"https://api.github.com/*"
|
||
|
|
],
|
||
|
|
"background": {
|
||
|
|
"service_worker": "background.js"
|
||
|
|
},
|
||
|
|
"action": {
|
||
|
|
"default_popup": "popup.html",
|
||
|
|
"default_icon": {
|
||
|
|
"16": "icons/icon-16.png",
|
||
|
|
"48": "icons/icon-48.png",
|
||
|
|
"128": "icons/icon-128.png"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|