Index: chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json |
diff --git a/chrome/test/data/extensions/profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json b/chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json |
similarity index 73% |
copy from chrome/test/data/extensions/profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json |
copy to chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json |
index 835bc4403cf5a26bbdab55dceaee5e9a7936f18b..42f5a2c2eec4fe813025e1233cd3d57ab6c1f46d 100644 |
--- a/chrome/test/data/extensions/profiles/extension_webrequest/Default/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json |
+++ b/chrome/test/data/extensions/pending_updates_with_imports/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json |
@@ -1,9 +1,8 @@ |
{ |
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB", |
"version": "1.0.0.0", |
- "name": "Webrequest", |
- "permissions": ["experimental", "webRequest"], |
+ "manifest_version": 2, |
"background": { |
- "page": "background.html" |
+ "page": "backgroundpage.html" |
} |
} |