pr #53: comply with cws policy

This commit is contained in:
Jariel Que 2022-08-06 03:38:45 +08:00 committed by GitHub
commit 45a30ea816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,11 @@
"manifest_version": 3,
"name": "Pint for GitHub",
"version": "2.0",
"icons": {
"16": "pint-logo.png",
"48": "pint-logo.png",
"128": "pint-logo.png"
},
"action": {
"default_icon": {
"16": "pint-logo.png",
@ -18,16 +16,12 @@
"default_title": "Pint for GitHub",
"default_popup": "index.html"
},
"description": "Pint for GitHub is a theming engine that allows you to customize and theme your developer experience on GitHub.",
"author": {
"name": "Jariel Que",
"url": "https://github.com/fuwaa"
},
"host_permissions": ["https://*.github.com/"],
"content_scripts": [
{
"run_at": "document_start",
@ -47,8 +41,7 @@
"js": ["initial.js"]
}
],
"permissions": ["storage", "scripting", "tabs"],
"permissions": ["storage", "scripting"],
"background": {
"service_worker": "background.js"
},