Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: ui/accessibility/extensions/animation/manifest.json

Issue 1109953003: Check in animation policy extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_versions
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name" : "__MSG_ANIMATION_APPNAME__",
3 "version" : "0.1",
4 "description" : "__MSG_ANIMATION_APPDESC__",
5 "permissions": [
6 "accessibilityFeatures.read",
7 "accessibilityFeatures.modify"
8 ],
9 "browser_action": {
10 "default_icon": "animation.png",
11 "default_popup": "popup.html"
12 },
13 "manifest_version": 2,
14 "default_locale": "en"
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698