aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/manifest/iarc_rating_id/index.md
blob: 39afec93491c890717a7b9850d5b7710951a497b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: iarc_rating_id
slug: Web/Manifest/iarc_rating_id
tags:
  - マニフェスト
  - ウェブ
  - iarc_rating_id
browser-compat: html.manifest.iarc_rating_id
translation_of: Web/Manifest/iarc_rating_id
---
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}

<table class="properties">
  <tbody>
    <tr>
      <th scope="row">型</th>
      <td>`String`</td>
    </tr>
    <tr>
      <th scope="row">必須</th>
      <td>いいえ</td>
    </tr>
  </tbody>
</table>

_`iarc_rating_id`_ メンバーは、ウェブアプリケーションの [International Age Rating Coalition (IARC)](https://www.globalratings.com/) 認証コードを表す文字列です。これは、このウェブアプリケーションがどの年齢向きであるかを示すために使うためのものです。

> **Note:** 流通する製品が同じである限り、同じコードを複数の参加店舗で共有することができます(つまり、異なる店舗で全く異なるコードパスを提供しない)。

## 例

```json
"iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7"
```

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- [IARC が動作する仕組み](https://www.globalratings.com/how-iarc-works.aspx)
- [開発者がゲームやアプリで IARC の格付けを受ける方法](https://www.globalratings.com/for-developers.aspx)