Skip to content

Commit

Permalink
feat: update userscript meta
Browse files Browse the repository at this point in the history
  • Loading branch information
MrExplode committed Feb 20, 2024
1 parent 30dee27 commit e6286b6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ export default defineConfig({
entry: 'src/main.ts',
userscript: {
icon: 'https://vitejs.dev/logo.svg',
namespace: 'npm/vite-plugin-monkey',
namespace: 'sunstorm/neptun',
author: 'SunStorm',
description: 'Bypass the Neptun 2fa',
copyright: 'MIT License',
supportURL: 'https://github.com/MrExplode/no2fa',
updateURL:
'https://github.com/MrExplode/no2fa/releases/latest/download/no2fa.user.js',
// list borrowed from NPU
include: [
'https://*neptun*/*hallgato*/*',
Expand All @@ -26,7 +30,7 @@ export default defineConfig({
'https://host.sdakft.hu/*',
'https://neptun.ejf.hu/ejfhw/*'
],
grant: ['GM.getValue', 'GM.setValue']
grant: ['GM.getValue', 'GM.setValue', 'GM_deleteValue']
}
})
]
Expand Down

0 comments on commit e6286b6

Please sign in to comment.