From 7ec377950c16c703c845e86a259b2254d8bc8d0c Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 15 May 2015 12:12:35 -0700 Subject: [PATCH] Remove manifest attributes These properties are not supported in packaged apps. --- manifest.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 57efa34c..7982011c 100644 --- a/manifest.json +++ b/manifest.json @@ -21,11 +21,5 @@ "background": { "page": "background.html" } - }, - - "options_page": "options.html", - - "content_security_policy": - "default-src 'self'; img-src 'self' data:; connect-src https://textsecure-service-staging.whispersystems.org wss://textsecure-service-staging.whispersystems.org https://whispersystems-textsecure-attachments-staging.s3.amazonaws.com; style-src 'self' 'unsafe-inline'" - + } }