summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/browsertest/title_localized_pa/manifest.json
blob: 59091af3d0a2703b5b4c295b19094398b5ec0b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
   "background_page": "background.html",
   "content_scripts": [ {
      "js": [ "script.js" ],
      "matches": [ "http://*/*", "file://*.*" ]
   } ],
   "description": "Hreggvi\u00F0ur: l10n page action",
   "name": "Hreggvi\u00F0ur is my name",
   "page_action": {
     "default_title": "Hreggvi\u00F0ur",
     "default_icon": "chrome-16.png"
   },
   "permissions": [ "http://*/*" ],
   "version": "1.0"
}