| Index: chrome/test/data/extensions/trigger_actions/page_action_popup/manifest.json
|
| diff --git a/chrome/test/data/extensions/trigger_actions/page_action_popup/manifest.json b/chrome/test/data/extensions/trigger_actions/page_action_popup/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..02a8594279366ce1b1c99cff9af167145c281d6f
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/trigger_actions/page_action_popup/manifest.json
|
| @@ -0,0 +1,12 @@
|
| +{
|
| + "name": "A page action with a popup displaying a simple message",
|
| + "version": "1.0",
|
| + "background_page": "background.html",
|
| + "permissions": [
|
| + "tabs", "http://*/*", "https://*/*"
|
| + ],
|
| + "page_action": {
|
| + "default_icon": "icon.png",
|
| + "popup": "popup.html"
|
| + }
|
| +}
|
|
|