Sha256: a55a6553734ab63754476facfb73d23a01fdff3b03ab5e44ba188422832bc635

Contents?: true

Size: 326 Bytes

Versions: 5

Compression:

Stored size: 326 Bytes

Contents

<%= "  ext.permissions << 'tabs'\n" unless spec.has_permission?('tabs') -%>
  ext.background_scripts << 'javascripts/<%= fs_name %>_controller.js'
  ext.add_page_action do |pa|
    pa.title = '<%= options['action-name'] %>'
    pa.icon = 'assets/<%= fs_name %>_icon.png'
    # pa.popup = 'html/<%= fs_name %>_popup.html'
  end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tay-0.1.0 lib/tay/cli/generators/templates/page_action/tayfile
tay-0.0.5 lib/tay/cli/generators/templates/page_action/tayfile
tay-0.0.4 lib/tay/cli/generators/templates/page_action/tayfile
tay-0.0.3 lib/tay/cli/generators/templates/page_action/tayfile
tay-0.0.2 lib/tay/cli/generators/templates/page_action/tayfile