mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
7b304a0c41
1. Add permission |embed-widgets| and Element attribute |mozwidget| 2. Add |hasWidgetPage| in /mozIApplication.idl 3. Check permission |embed-widgets| and the |src| is in the |widgetPages| when |GetAppManifest| 4. Add test case 5. Should enable preference |dom.enable_widgets|
12 lines
352 B
JSON
12 lines
352 B
JSON
{
|
|
"name": "Really Rapid Release (widget)",
|
|
"description": "Updated even faster than <a href='http://mozilla.org'>Firefox</a>, just to annoy slashdotters.",
|
|
"launch_path": "/tests/dom/apps/tests/file_app.sjs?apptype=widget",
|
|
"icons": {
|
|
"128": "ICONTOKEN"
|
|
},
|
|
"widgetPages": [
|
|
"/tests/dom/apps/tests/file_app.sjs?apptype=widget"
|
|
]
|
|
}
|