Confirmed users
209
edits
Line 7: | Line 7: | ||
An application exposes its widget view via declaring details of widget in mainfest. | An application exposes its widget view via declaring details of widget in mainfest. | ||
{ | { | ||
name: "MyApp2000", | name: "MyApp2000", | ||
... | ... | ||
Line 59: | Line 59: | ||
//browser (full-set) | //browser (full-set) | ||
<iframe mozbrowser=“true" remote="true" src="http://example.com"> | <iframe mozbrowser=“true" remote="true" src="http://example.com"> | ||
==== Manifest with Entry Points ==== | |||
For some app with entry_points declared, we still use "widgets" field at the top level of manifest to decouple the relationship between entry points and widgets. | |||
=== Prevent Pages to Be Embedded === | === Prevent Pages to Be Embedded === |