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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
Index: ui/accessibility/extensions/animation/manifest.json
diff --git a/ui/accessibility/extensions/animation/manifest.json b/ui/accessibility/extensions/animation/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..829bc48e6036c817fcfc581c0ced7a8a129647c9
--- /dev/null
+++ b/ui/accessibility/extensions/animation/manifest.json
@@ -0,0 +1,15 @@
+{
+ "name" : "__MSG_ANIMATION_APPNAME__",
+ "version" : "0.1",
+ "description" : "__MSG_ANIMATION_APPDESC__",
+ "permissions": [
+ "accessibilityFeatures.read",
+ "accessibilityFeatures.modify"
+ ],
+ "browser_action": {
+ "default_icon": "animation.png",
+ "default_popup": "popup.html"
+ },
+ "manifest_version": 2,
+ "default_locale": "en"
+}

Powered by Google App Engine
This is Rietveld 408576698