mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-15 21:55:36 +07:00
Updated manifest.json
This commit is contained in:
@@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
- Added Arabic translation by Essam and kugani
|
||||
- Added Indonesian translation by Iputucaganesha
|
||||
- Added `content_security_policy` to `manifest.json`
|
||||
|
||||
### Changed
|
||||
- Updated `homepage_url` and `author` field in `manifest.json`
|
||||
|
||||
## [1.22.0] - 2021-12-27
|
||||
|
||||
|
||||
@@ -2,10 +2,11 @@
|
||||
"manifest_version": 2,
|
||||
"name": "ClearURLs",
|
||||
"version": "1.22.0",
|
||||
"author": "Kevin Röbert",
|
||||
"author": "Kevin Roebert",
|
||||
"description": "__MSG_extension_description__",
|
||||
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
|
||||
"homepage_url": "https://docs.clearurls.xyz",
|
||||
"default_locale": "en",
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'none'",
|
||||
"icons": {
|
||||
"16": "img/clearurls_16x16.png",
|
||||
"19": "img/clearurls_19x19.png",
|
||||
|
||||
Reference in New Issue
Block a user