私のマニフェストには、次の権限行があります。
"permissions": ["https://api.vineapp.com/*", "storage", "webRequest",
"http://platform.vine.co/*", "background","*://davine.co/*", "notifications"]
アプリのアップロードと Chrome ウェブストアへの公開を開始しましたが、次のエラーが返されました。
An error occurred: Failed to process your item.
The field permissions.https://api.vineapp.com/* is not allowed in manifest.
The field permissions.http://platform.vine.co/* is not allowed in manifest.
The field permissions.*://davine.co/* is not allowed in manifest.
ただし、Chrome アプリのドキュメントには、ajax/xhr リクエストを行う予定のドメインはマニフェストのアクセス許可に記載する必要があることが明確に記載されています。マニフェストからそれらを削除して再度アップロードしようとしましたが、それは完了しましたが、大量の CORS エラーが発生し、アプリはリクエストを行うことができません。