From e7c2948b44c1cd157d1409de025807d1d28eabbd Mon Sep 17 00:00:00 2001 From: hkurokawa Date: Sat, 6 Aug 2022 22:08:09 -0700 Subject: [PATCH] Do not include skk-dict-mirror.appspot.com as the resources --- extension/manifest.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index c707fb4..2ef2d69 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,6 +1,6 @@ { "name": "SKK Japanese Input", - "version": "0.1.9", + "version": "0.1.10", "manifest_version": 2, "description": "SKK implementation for ChromeOS Input Method API", "background": { @@ -44,8 +44,6 @@ "permissions": [ "input", "storage", - "unlimitedStorage", - "http://skk-dict-mirror.appspot.com/*", - "https://skk-dict-mirror.appspot.com/*" + "unlimitedStorage" ] }