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

Side by Side Diff: chrome/test/data/extensions/blocked_actions/content_scripts/manifest.json

Issue 1809813002: [Extensions] Show a "refresh" bubble when needed with click-to-script (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 4 years, 9 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": "Blocked Actions Doc Start",
3 "description": "An extension that wants to run at document start on all urls",
4 "version": "0.1",
5 "manifest_version": 2,
6 "content_scripts": [{
7 "matches": ["<all_urls>"],
8 "run_at": "document_start",
9 "js": ["script.js"]
10 }]
11 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/data/extensions/blocked_actions/content_scripts/script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698