This repository was archived by the owner on Nov 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathrating.html
More file actions
124 lines (106 loc) · 3.8 KB
/
rating.html
File metadata and controls
124 lines (106 loc) · 3.8 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{{+bindTo:partials.standard_store_article}}
<p class="caution">
<b>Important:</b>
Chrome will be removing support for Chrome Apps on Windows, Mac, and
Linux. Chrome OS will continue to support Chrome Apps. Additionally,
Chrome and the Web Store will continue to support extensions on all
platforms.
<a href="http://blog.chromium.org/2016/08/from-chrome-apps-to-web.html">
Read the announcement</a> and learn more about
<a href="https://developers.chrome.com/apps/migration">
migrating your app</a>.
</p>
<h1>Rating Guidelines</h1>
<style>
p img { margin-left:3em; }
p.standout { padding:0.7em; margin:1em 3em; background:#f5f5f5; border:1px solid #aad388; font-size:0.9em; color:#555; text-align:center; }
</style>
<p>
<a href="branding.html">Branding Guidelines</a> |
<b>Rating Guidelines</b> |
<a href="program_policies.html">Program Policies</a> |
<a href="user_data.html">User Data FAQ</a> |
<a href="terms.html">Developer Agreement</a>
</p>
<p>
Content ratings help users determine whether
your application and its content are mature in nature.
Ratings are not intended to reflect the quality or complexity of your app.
</p>
<p>
As the developer, you are ultimately responsible for
rating your application appropriately.
Use the following rules as guidance in determining whether
your app should be rated “Mature.”
When determining your app’s rating,
consider all the content in your app,
including user generated content and ads,
and content that your app links to.
Note that regardless of the rating you give your app,
all applications must still adhere to the terms of the
Chrome Web Store Program Policy and the Chrome Web Store Developer Agreement.
</p>
<h3> Sexual and suggestive content </h3>
<p>
Apps that focus on sexual content or sexually suggestive content
should be rated “Mature.”
For example, an app that is a collection of images of men or women
in lingerie posing suggestively should be rated “Mature.”
Note that pornography and sexually explicit content
are not allowed in the Chrome Web Store.
</p>
<p>
As you consider how to rate your app,
here is more guidance on apps that we would consider
to be sexually explicit, mature, and not mature.
</p>
<table>
<tr>
<th>Not mature</th> <th>Mature</th> <th>Sexually explicit (not allowed)</th>
</tr>
<tr>
<td>
<ul style="margin-left:0">
<li> Images of people kissing and hugging </li>
<li> Dating app that is not focused on sexual relations </li>
<li> App to help a woman choose the right bra size </li>
</ul>
</td>
<td>
<ul style="margin-left:0">
<li> Close-up images of people wearing thongs </li>
<li> Apps with sexual themes like adult "Truth or Dare" apps </li>
<li> Sex position app with no porn,
but has detailed descriptions </li>
</ul>
</td>
<td>
<ul style="margin-left:0">
<li> Apps containing images or videos with nudity or sex acts </li>
<li> Apps that contain prominent links to porn sites </li>
</ul>
</td>
</tr>
</table>
<h3> Strong language </h3>
<p>
Apps that contain explicit or frequent use of profanity
should be rated "Mature.”
</p>
<h3> Violence </h3>
<p>
Graphic cartoon or fantasy violence should be rated “Mature.”
For example, games that depict graphic violence
like decapitations or close-ups of wounds should be rated “Mature.”
Gratuitous real violence is not allowed in the Chrome Web Store.
</p>
<h3> Alcohol, tobacco and drugs </h3>
<p>
Apps that focus on the consumption or sale of drugs, alcohol or tobacco
should be rated “Mature.”
For example, a game where the main character is a drug dealer
should be rated “Mature.”
Illegal activity or alcohol, tobacco or drug content
that is targeted at minors is not allowed in the Chrome Web Store.
</p>
{{/partials.standard_store_article}}