38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"action": {
|
|
"default_icon": "icons/enhanced-github48.png",
|
|
"default_popup": "popup.html",
|
|
"default_title": "Enhanced GitHub"
|
|
},
|
|
"author": "Varun Malhotra",
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"content_scripts": [ {
|
|
"js": [ "src/inject.js" ],
|
|
"matches": [ "*://*.github.com/*" ]
|
|
} ],
|
|
"content_security_policy": {
|
|
"extension_pages": "script-src 'self'; object-src 'self'"
|
|
},
|
|
"description": "Display repo size, size of each file, download link and option to copy file contents",
|
|
"homepage_url": "https://github.com/softvar/enhanced-github",
|
|
"host_permissions": [ "*://*.github.com/*" ],
|
|
"icons": {
|
|
"128": "icons/enhanced-github128.png",
|
|
"16": "icons/enhanced-github16.png",
|
|
"48": "icons/enhanced-github48.png"
|
|
},
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjj6TV2KuFrCZYgYvwDyfEUrtRytpbw/DqAFRPXXwdGnwTBoPqtU3m3Lrfjp1OLrx0Ky6/8Ay6f4vcc5YLwtkGq4v1E1c6snv3ButD+FlL3WdSTIuNVAkZ7zgjStlrQizOZVLN/LzMiav6YwGehSi0I6q1sCGEXfcWo2MQep/kNSYuc1TptU615W8HgQY1gcPEQ2ocEq10gel/I07dvbCpLoei5GHjj3TOc6+guu7aMjknsnAc6ZkP4u8KWTUr9BrLJVxBwwhhAA1cXyHiIoKCBIgUsoO5ZQL4JlrS1gH/b5+hZv9jkaNZG0Q+s4rQ8tD7xAm7F7WOY/nbA1rtPPmiwIDAQAB",
|
|
"manifest_version": 3,
|
|
"name": "Enhanced GitHub",
|
|
"options_ui": {
|
|
"open_in_tab": true,
|
|
"page": "options.html"
|
|
},
|
|
"permissions": [ "storage", "webRequest", "webNavigation" ],
|
|
"short_name": "Enhanced GitHub",
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
|
"version": "6.0.0"
|
|
}
|