From 5163787e4360df0759b97226a35244bc5792a93d Mon Sep 17 00:00:00 2001 From: Anonymous <108809-anonymous@users.noreply.framagit.org> Date: Fri, 24 Jun 2022 23:21:50 +0000 Subject: [PATCH] Replace manifest.json --- addons/code/urjm/manifest.json | 40 +++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/addons/code/urjm/manifest.json b/addons/code/urjm/manifest.json index 3cf20d57b0..12173af621 100644 --- a/addons/code/urjm/manifest.json +++ b/addons/code/urjm/manifest.json @@ -1 +1,39 @@ -- \ No newline at end of file +{ + "manifest_version": 2, + "name": "Kiu retejo malakceptis min?", + "description": "Via retejo malakceptis min, sed mi scias ke mi fartos bone.", + "version": "1.0.6", + "homepage_url": "http://crimeflare.eu.org/", + "author": "Crimeflare", + "permissions": [ + "storage", + "webRequest", + "" + ], + "icons": { + "72": "icons/72.png" + }, + "background": { + "scripts": [ + "bg.js" + ] + }, + "options_ui": { + "browser_style": false, + "open_in_tab": true, + "page": "log.html" + }, + "browser_action": { + "browser_style": true, + "default_icon": { + "72": "icons/72.png" + } + }, + "applications": { + "gecko": { + "id": "urjm@addon.crimeflare.eu.org", + "strict_min_version": "91.0", + "update_url": "https://git.disroot.org/dCF/deCloudflare/raw/branch/master/addons/releases/firefox_update.json" + } + } +} \ No newline at end of file