mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: update extension description
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"private": true,
|
||||
"packageManager": "pnpm@7.8.0",
|
||||
"description": "[description]",
|
||||
"homepage": "https://github.com/hakadao/BewlyBewly",
|
||||
"scripts": {
|
||||
"dev": "npm run clear && cross-env NODE_ENV=development run-p dev:*",
|
||||
"dev:prepare": "esno scripts/prepare.ts",
|
||||
|
||||
@@ -10,9 +10,10 @@ export async function getManifest() {
|
||||
// can also be conditional based on your need
|
||||
const manifest: Manifest.WebExtensionManifest = {
|
||||
manifest_version: 3,
|
||||
name: pkg.displayName || pkg.name,
|
||||
name: `${pkg.displayName || pkg.name}${isDev ? ' Dev' : ''}`,
|
||||
version: pkg.version,
|
||||
description: pkg.description,
|
||||
homepage_url: pkg.homepage,
|
||||
// action: {
|
||||
// default_icon: './assets/icon-512.png',
|
||||
// default_popup: './dist/popup/index.html',
|
||||
@@ -35,7 +36,7 @@ export async function getManifest() {
|
||||
'activeTab',
|
||||
'scripting',
|
||||
],
|
||||
host_permissions: ['*://*/*'],
|
||||
host_permissions: ['https://*.bilibili.com/*'],
|
||||
content_scripts: [
|
||||
{
|
||||
matches: ['http://www.bilibili.com/*', 'https://www.bilibili.com/*'],
|
||||
|
||||
Reference in New Issue
Block a user