~ubuntu-branches/ubuntu/wily/unity-webapps-qml/wily-proposed

« back to all changes in this revision

Viewing changes to tests/unit/test_plugin/data/manifests/valid-with-ua-override.json

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ubuntu daily release, Alexandre Abreu
  • Date: 2014-05-06 17:27:01 UTC
  • mfrom: (1.1.29)
  • Revision ID: package-import@ubuntu.com-20140506172701-mmffqu27v3s2y500
Tags: 0.1+14.10.20140506.1-0ubuntu1
[ Ubuntu daily release ]
* New rebuild forced

[ Alexandre Abreu ]
* Add UA override capabilities to webapps; clean some code and tests,
  (LP: #1245465)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "includes": ["http://www.bbc.co.uk/news/", "http://www.bbc.com/news/"],
 
3
    "requires": ["utils.js"],
 
4
    "name": "BBCNews",
 
5
    "scripts": ["BBCNews.user.js"],
 
6
    "maintainer": "Webapps Team <webapps@lists.launchpad.net>",
 
7
    "manifest-version": "1.0",
 
8
    "integration-version": "2.3",
 
9
    "package-name": "BBCNews",
 
10
    "icons": {"128":"128/unity-webapps-bbc.png"},
 
11
    "domain":"bbc.co.uk",
 
12
    "homepage":"http://www.bbc.co.uk/news/",
 
13
    "license":"GPL-3",
 
14
    "user-agent-override": "My Override"
 
15
}