Restyle policy: remove unnecessary permissions (#54)

This commit is contained in:
restyled-io[bot] 2022-08-06 03:38:05 +08:00 committed by GitHub
parent 035a898416
commit 15ee48f5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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