Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.
This repository was archived by the owner on May 8, 2024. It is now read-only.

Add background page to store TUIServiceProvider Data #8

Description

@andrew-smith

Chrome plugins allow storing of data with localStorage - however that data is only accessible on the domain where it was saved. To overcome this chrome allows background pages that plugins can query and access a single localStorage instance.

We can use this to store the users preferred Service Provider (either twitter or identi.ca at this point). Functionality is in the plugin already but it does not use a single instance of the localStorage - each website has it's own instance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions