Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "manifest_version": 3,
- "name": "ghiblify",
- "version": "1.0.1",
- "short_name": "ghiblify",
- "options_page": "options.html",
- "description": "add some magic into your everyday life. Photos sourced from the studio ghibli website, free for personal use.",
- "permissions": ["storage", "bookmarks", "geolocation"],
- "icons": {
- "48": "icons/heen48.png",
- "128": "icons/heen128.png"
- },
- "action": {
- "default_title": "Test",
- "default_popup": "options.html"
- },
- "chrome_url_overrides": {
- "newtab": "index.html"
- }
- "browser_specific_settings": {
- "gecko": {
- "id": "[email protected]"
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement