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

Unified Diff: ui/accessibility/extensions/longdesc/manifest.json

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. Created 5 years, 11 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/longdesc/manifest.json
diff --git a/ui/accessibility/extensions/longdesc/manifest.json b/ui/accessibility/extensions/longdesc/manifest.json
deleted file mode 100644
index b374c47efc3bb94d4e03acc5845818e56577d2fd..0000000000000000000000000000000000000000
--- a/ui/accessibility/extensions/longdesc/manifest.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "__MSG_appName__",
- "version": "0.1",
- "description": "__MSG_appDesc__",
- "background": {
- "scripts": [ "background.js" ]
- },
- "content_scripts": [{
- "matches": ["<all_urls>"],
- "js": ["lastRightClick.js"]
- }],
- "icons": {
- "16": "icon.png"
- },
- "permissions": [
- "tabs",
- "contextMenus",
- "storage",
- "<all_urls>"
- ],
- "manifest_version": 2,
- "options_page": "options.html"
-}
« no previous file with comments | « ui/accessibility/extensions/longdesc/lastRightClick.js ('k') | ui/accessibility/extensions/longdesc/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698